AWS Nodejs14.x is no longer supported

Suppose you run into this exception while deploying your infrastructure using CDK v1 code to AWS: And you think: wait, I don’t have any lambdas, why do I keep receiving this? The thing is that CDK v1 implicitly creates lambda functions to support some functionality. For example, when you create S3 bucket this way: CDK […]

READ MORE

Terraform lock loss

Suppose your Terraform plan or apply processes are stuck in the state of: Or you were faced with an error: The reason most likely is that you had a Terraform plan or apply process stop after acquiring the lock but before its release.Thus, it is left in a locked state. Every new try is going […]

READ MORE