You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.6.4
* Fixed an issue with the NPM being checked in using CRLF 🙄
* Fixed a problem with API Gateway not being able to test invoke Lambda
functions using AWS_PROXY and ANY method
v0.6.0
* Plugins are automatically loaded from node_modules folder. No more
need to update s-project.json
* Support passthroughBehavior configuration in APIG endpoints
* Deprecated the use of `requestParameters` in APIG endpoints
* Fixed creation of CloudWatch Events for scheduled Lambdas
* Added support for ap-southeast-2 region
* Merged various minor bug fixes from the official Serverless repo