An open API service indexing awesome lists of open source software.

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.

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)