Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any differences from the AWS one: https://github.com/aws-cloudformation/custom-resource-helper #11

Open
reidca opened this issue Aug 20, 2021 · 1 comment

Comments

@reidca
Copy link

reidca commented Aug 20, 2021

Just wondering whether this has any advantages over the one AWS are pushing?

@benkehoe
Copy link
Member

Instead of either that or particular library or this one for custom resources, I would suggest that it's now much better to create a resource provider than to use a custom resource Lambda function. Resource providers become proper CloudFormation types, and the AWS-provided resource provider framework is much more robust and capable of handling things like long-running operations that go beyond the 15-minute timeout for Lambda functions. Here's a tutorial on creating a resource provider in Python: https://www.cloudar.be/awsblog/writing-an-aws-cloudformation-resource-provider-in-python-step-by-step/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants