cfn-wrapper-python icon indicating copy to clipboard operation
cfn-wrapper-python copied to clipboard

Python decorator for making Lambda-backed CloudFormation resources

Results 2 cfn-wrapper-python issues
Sort by recently updated
recently updated
newest added

We are using cfn_resource create, update handlers for our lambdas in CF stacks. Since last week, we are getting DeprecationWarning and seeing connection timeout in logs as lambda is taking...

When using this package, if the handler raise exception. The CFN stack just output "Invalid PhysicalResourceID" instead of output the real error message. In the source code provided by AWS...