sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v0.50.2

Published by thdxr almost 3 years ago

πŸš€ Enhancement

  • Fix for function props sometimes not being applied in the right order (@thdxr)

Update using:

$ npx sst update 0.50.2
$ yarn sst update 0.50.2
sst - v0.50.1

Published by thdxr almost 3 years ago

πŸš€ Enhancement

  • #971 Updates to typescript template for create-serverless-stack (@thdxr)

Update using:

$ npx sst update 0.50.1
$ yarn sst update 0.50.1
sst - v0.50.0

Published by fwang almost 3 years ago

πŸš€ Enhancement

  • #969 Core: optimize deploy speed when stack template is unchanged (@fwang)

Update using:

$ npx sst update 0.50.0
$ yarn sst update 0.50.0
sst - v0.49.2

Published by fwang almost 3 years ago

πŸš€ Enhancement

  • #966 StaticSite: Support alternate names (@thdxr)
  • #900 NextjsSite: allow using existing CloudFront cache policies (@dkershner6)
  • #963 WebSocketApi: attachPermission grants the "execute-api:ManageConnections" permission (@CorentinDoue)

πŸ› Bug Fix

  • #964 NextjsSite: fix constant environment values not replaced in API route (@fwang)

πŸ“ Documentation

Contributors:


Update using:

$ npx sst update 0.49.2
$ yarn sst update 0.49.2
sst - v0.49.1

Published by thdxr about 3 years ago

πŸš€ Enhancement

  • #961 Support overriding testMatch in jest config (@thdxr)
  • #950 feat(ApolloApi): Add support for base route (@iDVB)

Committers: 2


Update using:

$ npx sst update 0.49.1
$ yarn sst update 0.49.1
sst - v0.49.0

Published by thdxr about 3 years ago

πŸš€ Enhancement


Update using:

$ npx sst update 0.49.0
$ yarn sst update 0.49.0
sst - v0.48.0

Published by thdxr about 3 years ago

πŸ’₯ Breaking Change

Linting: This release has a change to how linting works to better support it with editor plugins. You'll need to add the following to package.json

{
  "eslintConfig": {
    "extends": [
      "serverless-stack"
    ]
  }
}

More info

πŸš€ Enhancement

  • #936 ESLint changes for better editor integration (@thdxr)

Update using:

$ npx sst update 0.48.0
$ yarn sst update 0.48.0
sst - v0.47.2

Published by thdxr about 3 years ago

πŸ› Bug Fix

  • #935 Lambda Runtime Server disable strict JSON checking (@thdxr)

Update using:

$ npx sst update 0.47.2
$ yarn sst update 0.47.2
sst - v0.47.1

Published by thdxr about 3 years ago

πŸ› Bug Fix

  • Pass IS_LOCAL environment variable through to functions

Update using:

$ npx sst update 0.47.1
$ yarn sst update 0.47.1
sst - v0.47

Published by thdxr about 3 years ago

❗ Significant Changes

This update contains a large change to how your lambdas are executed locally and lowers latency of invoking warmed functions by 2-3x. We've been using this build for the past 2 weeks but there is a chance there are bugs we weren't able to catch so please wait to upgrade if you don't want to risk disruption to your team's local development.

There's no changes to your deployment environments

πŸš€ Enhancement


Update using:

$ npx sst update 0.47
$ yarn sst update 0.47
sst - v0.46.1

Published by thdxr about 3 years ago

πŸš€ Enhancement

  • #919 CLI: Support --rollback option. Default to false for sst start (@thdxr)
  • #918 Function: Allow disabling minification (@thdxr)

πŸ› Bug Fix

  • #923 StaticSite: fix 404 error on distribution cache invalidation (@fwang)

Update using:

$ npx sst update 0.46.1
$ yarn sst update 0.46.1
sst - v0.46.0

Published by fwang about 3 years ago

πŸ’₯ Breaking Change

Script: there is a change to the input format to support onCreate, onUpdate, and onDelete lifecycle events. Read more about it here - https://docs.serverless-stack.com/constructs/Script#upgrading-to-v0460

πŸš€ Enhancement

  • #910 Update CDK to v1.126.0 (@fwang)
  • #914 Script: run script on remove (@fwang)
  • #911 Stack: do not enforce stack name starts with stage name (@fwang)
  • #898 StaticSite: allow for Constant in replaceValues (@iDVB)

πŸ› Bug Fix

  • #909 fix: Remove package.json dependency of deprecated crypto package (@ctrlplusb)
  • #906 WebSocketApi: fix AuthorizerResultTtlInSeconds cannot be set for WEBSOCKET protocol Apis (@fwang)
  • #907 create-serverless-stack: Correct include path in tsconfig (@rcoundon)

Contributors:


Update using:

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

Published by thdxr about 3 years ago

πŸš€ Enhancement

  • #897 Table: implements addGlobalIndexes and addLocalIndexes (@thdxr)
    Deprecation notice: This release deprecates the secondaryIndexes prop and renames it to globalIndexes. It will continue to work but will be removed at a later date
  • #887 Function: Minify nodejs bundle (@thdxr)

πŸ› Bug Fix

πŸ“ Documentation

Committers:


Update using:

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

Published by fwang about 3 years ago

πŸš€ Enhancement

πŸ› Bug Fix

  • #877 NextjsSite: fix alias already exist error on subsequent deploys (@fwang)

Update using:

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

Published by fwang about 3 years ago

πŸš€ Enhancement

  • #871 NextjsSite: support deploying to all regions (@fwang)
  • #864 SST Update: Allow specifying version + do not require stage name (@thdxr)

πŸ› Bug Fix

  • #863 SST Update: Read package.json manually instead of using require (@thdxr)

πŸ“ Documentation


Update using:

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

Published by fwang about 3 years ago

πŸš€ Enhancement

πŸ“ Documentation


Update using:

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

Published by thdxr about 3 years ago

πŸ› Bug Fix

  • Fix issue with typescript dependency not being included

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

Published by thdxr about 3 years ago

πŸš€ Enhancement

  • #858 Typescript update to 4.4.3 (@thdxr)
  • #843 Function: Preserve original path when bundling js (@thdxr)

Update using:

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

Published by fwang about 3 years ago

πŸš€ Enhancement

  • #807 Function: allow keepNames and define esbuild config options (@KinnersleyM)

Contributors


Update using:

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

Published by thdxr about 3 years ago

πŸ› Bug Fix

  • Fix issue with create-serverless-stack pointing to typescript stack

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