💥 Breaking Change
cli
,resources
- #39 Remove entry from
sst.Function
construct (@fwang)
Thesst.Function
now takeshandler
, of the formatpath/to/file.functionName
instead ofentry
(path/to/file.js
) andhandler
(functionName
). This change was necessary for a couple of other constructs that are on the roadmap. Moving forward, we'll be keeping breaking changes to a minimum.
- #39 Remove entry from
🐛 Bug Fix
cli
,resources
cli
📝 Documentation
resources
- Other
cli
,core
,create-serverless-stack
,resources
Update using:
$ npm install --save --save-exact @serverless-stack/cli@0.6.0 @serverless-stack/resources@0.6.0