https://github.com/eltorocorp/cfn-response
Implementation of the AWS CloudFormation cfn-response objects in Go.
https://github.com/eltorocorp/cfn-response
cfn cfn-response cloudformation custom resource
Last synced: 7 months ago
JSON representation
Implementation of the AWS CloudFormation cfn-response objects in Go.
- Host: GitHub
- URL: https://github.com/eltorocorp/cfn-response
- Owner: eltorocorp
- License: mit
- Created: 2018-02-17T02:54:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T23:06:14.000Z (over 7 years ago)
- Last Synced: 2025-01-22T22:11:16.686Z (9 months ago)
- Topics: cfn, cfn-response, cloudformation, custom, resource
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfn-response
Implementation of the AWS CloudFormation cfn-response objects in Go.See [AWS's CloudFormation custom resource documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html) for information about the basis of this package.
This implementation of cfn-response was written from the ground-up, and isn't a port of any other existing projects.
Similar cfn-response solutions exist for other languages. I haven't used any of them, so, don't consider this a recommendation, but, at the time of this writing, the three most popular are:
- Python: [jorgebastida/cfn-response](https://github.com/jorgebastida/cfn-response)
- Java: [SunRun/cfn-response-java](https://github.com/SunRun/cfn-response-java)
- JavaScript: [LukeMizuhashi/cfn-response](https://github.com/LukeMizuhashi/cfn-response)