sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are hidden (Show)

sst - Fixing the stack outputs and exports format

Published by jayair about 4 years ago

Fixing the stack outputs and exports format (https://github.com/serverless-stack/serverless-stack/pull/4).

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Fixing deploying stacks always shows no changes

Published by jayair about 4 years ago

Fixing a bug where deploying a new stack shows that there are no changes.

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Moving sst-cdk to @serverless-stack/core

Published by jayair about 4 years ago

A housekeeping type update. Moving code out of the fork to a new @serverless-stack/core package (https://github.com/serverless-stack/serverless-stack/pull/3).

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Adding add-cdk command

Published by jayair about 4 years ago

The sst add-cdk is a convenience command that installs the npm CDK packages with the right version to get around the known CDK version mismatch issue. Read more about it here.

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Updating to faster sst-cdk version

Published by jayair about 4 years ago

Updating sst-cdk version for faster deployments. Skips the CloudFormation changesets that are used to show deploy progress.

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - First public beta

Published by jayair about 4 years ago

Update your SST apps using.

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]