sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v0.6.0

Published by jayair almost 4 years ago

πŸ’₯ Breaking Change

  • cli, resources
    • #39 Remove entry from sst.Function construct (@fwang)
      The sst.Function now takes handler, of the format path/to/file.functionName instead of entry (path/to/file.js) and handler (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.

πŸ› Bug Fix

  • cli, resources
    • #50 Resolve paths to eslint and tsc in Yarn workspaces (@jayair)
  • cli
    • #42 Lambda functions are synthesized twice and debug stack is not removed in sst remove (@fwang)

πŸ“ Documentation

  • resources
    • #51 Updating sst.Functions docs with handler change (@jayair)
  • Other
  • cli, core, create-serverless-stack, resources

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - v0.5.0

Published by jayair almost 4 years ago

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

Upgrade Notes

Update using:

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

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.

sst - Fixing deploy bug

Published by jayair almost 4 years ago

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Updating to CDK 1.79.0

Published by jayair almost 4 years ago

Update using.

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Handling nested ESLint setups

Published by jayair almost 4 years ago

Fixes https://github.com/serverless-stack/serverless-stack/issues/11

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Allowing `testPathIgnorePatterns` in package.json

Published by jayair about 4 years ago

Allowing testPathIgnorePatterns to be configured through the package.json as well.

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Fixing export name shows undefined if stack has not changed

Published by jayair about 4 years ago

Fixing export name shows undefined if stack has not changed (https://github.com/serverless-stack/serverless-stack/pull/6).

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
sst - Fixing deploy and remove single stack

Published by jayair about 4 years ago

Fixing deploy and remove command to handle single stacks (https://github.com/serverless-stack/serverless-stack/pull/5/files).

Update using.

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]
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]