All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Create new files for generated project
- CHANGELOG.md
- a dummy failing unit test
- .gitignore
- .hgiginore
- Added
lambda-util/lambda-json-handler
to handle JSON formatted requests and responses - Add support for qualified project names
lein new aws-lambda-serverless com.acme-foo/my-project
- Update dependencies
- clojure 1.10.1
- slf4j 1.7.28
- tools.logging 0.5.0
lambda-util/lambda-handler
renamed tolambda-raw-handler
1.1.0 - 2019-06-04
dev.yml
andprod.yml
are moved to the root- Updated dependencies: clojure 1.10.0, slf4j 1.7.26
1.0.1 - 2018-11-28
- Enable function versioning
- Set region from
AWS_DEFAULT_REGION
environment variable. Defaults to 'eu-central-1'
1.0.0 - 2018-06-01
- Documentation updates
--stack
parameter replaced with Serverless'--stage
parameter
- Initial release