Introducing sst start
; a Lambda development environment for CDK apps. Read more here.
🚀 Enhancement
cli
,core
,create-serverless-stack
,resources
- #17 Adding
sst start
, a local dev environment for Lambda
- #17 Adding
Upgrade Notes
Update using:
$ npm install --save --save-exact @serverless-stack/cli@0.5.0 @serverless-stack/resources@0.5.0
If you are upgrading to 0.5.0
, the temp directory that SST generates has now been renamed from build
to .build
. So if you have a build
directory in your project root, you can delete it.