v0.1.0
Features
- Deploy apps to AWS Lambda
- First hand support for Django and Go
- Undeploy a deployed application
- Show deployment logs
- Runs Django management command through function invocation
- Rolls back to the previous versions of the deployment
What's Changed
- Display operation duration and enhance log by @spatocode in #6
- Optimizations by leveraging go concurrency by @spatocode in #5
- Fix build size miscalculation by @spatocode in #7
- Add Workflow by @spatocode in #8
- Refactor runtime configurations by @spatocode in #9
- Support verbose logging by @spatocode in #2
- [FEATURE] .jermignore for ignoring files during packaging by @spatocode in #3
- Enable prompt for configuration by @spatocode in #4
- Support invoking django management command by @spatocode in #1
New Contributors
- @spatocode made their first contribution in #1
Full Changelog: v0.0.2...v0.1.0