https://github.com/eltorocorp/cfn-custom-resource-deployer
AWS Lambda for deploying and managing custom CloudFormation resources.
https://github.com/eltorocorp/cfn-custom-resource-deployer
aws cfn cfn-response cloudformation custom resource
Last synced: about 1 year ago
JSON representation
AWS Lambda for deploying and managing custom CloudFormation resources.
- Host: GitHub
- URL: https://github.com/eltorocorp/cfn-custom-resource-deployer
- Owner: eltorocorp
- License: mit
- Created: 2018-02-17T20:31:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T16:04:13.000Z (over 8 years ago)
- Last Synced: 2025-01-22T22:11:19.284Z (over 1 year ago)
- Topics: aws, cfn, cfn-response, cloudformation, custom, resource
- Size: 12.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfn-custom-resource-deployer
AWS Lambda for deploying and managing custom CloudFormation resources.
CloudFormation supports the deployment/management of custom resources. This means that CloudFormation can be used to deploy effectively any resource, even those outside of the AWS ecosystem.
This repository includes the definition of a Lambda function that handles creating/updating/deleting custom resources used by El Toro. However, it can be easily extended to suit any needs.
For more information on custom resources, please read the [AWS documentation on CloudFormation custom resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html).