All notable changes to this project will be documented in this file.
- Fixed a bug which prevented the use of multiple modules
- Fixed env vars were being overwritten by config file
- Add support for self hosted serverless gateway
- Fixed decorator nesting that breaks compatibility with local testing framework
- Added dev command to test functions locally
- Added
--verbose
and--log-level
flags for a better feedback when deploying
- Setting
http_option=enabled
will now correctly apply HTTPs-only when deploying with the API
- Removed generating Terraform and Serverless Framework configuration files as those features were mostly unused. This does not break the
scw-serverless
library but it removes a command from the CLI. We think those changes will help improve the overall quality of the tool.
- Changed the gateway integration to work with latest release of the Serverless Gateway project