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