cfnlambda icon indicating copy to clipboard operation
cfnlambda copied to clipboard

Collection of tools to enable use of AWS Lambda with CloudFormation.

Results 7 cfnlambda issues
Sort by recently updated
recently updated
newest added

Delete just the log stream for this invocation, rather than the whole log group. Tweaked the logging to include contents of response, status code name, and a traceback if there's...

If you pass back a long `Data` attribute value to the CustomResource, CloudFormation gives the error ``` Response object is too long ``` Determine what that max length is and...

If the handler knows the physical resource ID, it has to call `cfn_response` itself. I've made `Status` more complex to allow the following workflow (while allowing backwards compatibility): ``` python...

The exception handling here https://github.com/gene1wood/cfnlambda/blob/master/cfnlambda.py#L220 doesn't include the stack trace, which can make it hard to debug errors.

A good idea from pycfn-custom-resource https://github.com/elelsee/pycfn-custom-resource/blob/master/pycfn_custom_resource/util.py