aws-cloudformation / custom-resource-helper

Simplify best practice Custom Resource creation, sending responses to CloudFormation and providing exception, timeout trapping, and detailed configurable logging.
Apache License 2.0
376 stars 56 forks source link

Provide Lambda Layer #35

Open senorkrabs opened 4 years ago

senorkrabs commented 4 years ago

This helper is great! It would be great if it were automatically pushed as a layer to all AWS regions and provided as public Arns so that architects could add it to their custom resource Lambdas without packaging it.

Similar to these: https://github.com/mthenw/awesome-layers

dennisroche commented 4 years ago

I have created a Lambda Layer for our custom resources allow us to use CloudFormation to create the lambdas.

What's the process to sharing the layer for others or contributing it back to this project?