cdk-constructs
cdk-constructs copied to clipboard
cloudfront-authorization failing to create at SecretGenerator lambda
I'm getting the following error while trying to deploy the cloudfront-authorization stack. It's failing while trying to create the secret-generator lambda function in CloudFormation, although it does compile it successfully locally. It's not clear what's causing the 'invalid parameter exception' error for this function. The other @Edge lambda functions do compile and deploy correctly, but the whole stack fails to deploy due to this.



Why are the lambdas bundled again? How is your setup? I was able to deploy the example in the repository without any errors