aws-elb-autoscaling icon indicating copy to clipboard operation
aws-elb-autoscaling copied to clipboard

CustomResource fails to complete - Python cfn-response module

Open Milbrab opened this issue 3 years ago • 3 comments

I get the following responses in us-east-1 and us-east-2 when deploying the firewall v2.1.1 template.

CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId []. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version.

I have tried loading the lambda zip direct from the s3 bucket and loading the files directly in my bucket.

Milbrab avatar May 29 '21 16:05 Milbrab

:tada: Thanks for opening your first issue here! Welcome to the community!

I am also getting same error, u have any fix? Tx

sirababu avatar Jun 10 '21 13:06 sirababu

Fix is converting the code to V3 using 2to3

sirababu avatar Jun 14 '21 15:06 sirababu