You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will cause stack creations/updates to hang for a long time, as CloudFormation has a very long timeout waiting for a response. It would be a significant improvement if the custom resource wrapper recovered from panics and sent the error to the CloudFormation service.
Is this something you would be open to? I would be happy to submit a PR for review if you are ok with the idea.
The text was updated successfully, but these errors were encountered:
aws-lambda-go/cfn/wrap.go
Line 14 in ec2fec7
If a
CustomResourceLambdaFunction
(definition above) panics, it is recovered from in the generic Lambda handling below:aws-lambda-go/lambda/function.go
Lines 26 to 34 in 02a038f
This will cause stack creations/updates to hang for a long time, as CloudFormation has a very long timeout waiting for a response. It would be a significant improvement if the custom resource wrapper recovered from panics and sent the error to the CloudFormation service.
Is this something you would be open to? I would be happy to submit a PR for review if you are ok with the idea.
The text was updated successfully, but these errors were encountered: