This repo is designed to be a collection of aws serverless architecture patterns built with cdk. That means it should eventually hold a cdk version of all patterns presented by AWS heros. If you want to contribute follow these steps:
- Find a pattern that you want to share
- Open an issue on this repo stating that you want to add this pattern so other people don't duplicate effort. Include links to arch pics in the issue
- Branch the repo into your own personal github account
- Build your pattern, make sure you add unit tests and a useful level of documentation including a simple arch diagram. Please make sure you credit the original creator of the pattern, this is not about stealing content.
- Make sure your pattern has the npm run deploy task added
- Open up a pull request and start the merge discussion!