Contributions to AWS SAM Local should be made via GitHub pull requests and discussed using GitHub issues.
If you would like to make a significant change, it's a good idea to first open an issue to discuss it.
- Create a fork of the AWS SAM Local repository (quick link)
- Commit your changes to your fork
- Create a new pull request (quick link)
Any contributions should pass all tests, including those not run by our current CI system.
You may run all tests by running go test
(requires go
to be installed).
The AWS SAM Local is released under an Apache 2.0 license. Any code you submit will be released under that license.
For significant changes, we may ask you to sign a Contributor License Agreement.