sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v1.18.4

Published by github-actions[bot] almost 2 years ago

Changes

  • 8e4ffda9d - Fix throttled error on updating stack metadata

Update using:

$ npx sst update v1.18.4
$ yarn sst update v1.18.4
sst - v1.18.3

Published by github-actions[bot] almost 2 years ago

Changes


Update using:

$ npx sst update v1.18.3
$ yarn sst update v1.18.3
sst - v1.18.2

Published by github-actions[bot] almost 2 years ago

Changes

  • eee554b1c - RDS: fix build error with multiple RDS clusters defined

Update using:

$ npx sst update v1.18.2
$ yarn sst update v1.18.2
sst - v1.18.1

Published by github-actions[bot] almost 2 years ago

Changes

  • c61e96db7 - Auth client: fix initializing error when used in sst bind

Update using:

$ npx sst update v1.18.1
$ yarn sst update v1.18.1
sst - v1.18.0

Published by github-actions[bot] almost 2 years ago

Changes

  • #2195 22243a157 - Merge ViteStaticSite and ReactStaticSite into StaticSite
  • #2187 8cbb8b72f - Api: add setCors function to configure CORS lazily

⚠️ There are a couple of deprecations in this release, and these will be breaking changes in SST v2. Follow the steps here to upgrade


Update using:

$ npx sst update v1.18.0
$ yarn sst update v1.18.0
sst - v1.17.1

Published by github-actions[bot] almost 2 years ago

Changes


Update using:

$ npx sst update v1.17.1
$ yarn sst update v1.17.1
sst - v1.17.0

Published by github-actions[bot] almost 2 years ago

Changes


Update using:

$ npx sst update v1.17.0
$ yarn sst update v1.17.0
sst - v1.16.3

Published by github-actions[bot] almost 2 years ago

Changes

  • 37aa18ca8 - config client: fix Config values returns objects when running in sst bind

Update using:

$ npx sst update v1.16.3
$ yarn sst update v1.16.3
sst - v1.16.2

Published by github-actions[bot] almost 2 years ago

Changes

  • #2172 aa1122646 - Resource Binding: allow sst bind to bind resources that are not bound to functions
  • #2172 aa1122646 - Resource Binding: support construct id in kebab case
  • #2172 aa1122646 - Resource Binding: support custom SSM prefix
  • 29dd1c571 - Update templates to use Resource Binding

Update using:

$ npx sst update v1.16.2
$ yarn sst update v1.16.2
sst - v1.16.0

Published by github-actions[bot] almost 2 years ago

πŸ“’ Resource Binding

We are launching Resource Binding β€” Access the resources in your app in a secure and typesafe way.

Here's an example:

  1. Create a Bucket construct in stack code.
const bucket = new Bucket(stack, "myFiles");
  1. Bind to a function.
myFunction.bind([bucket]);
  1. Access the Bucket in your function.
console.log(Bucket.myFiles.bucketName);

Learn more about Resource Binding

⚠️ There are a couple of breaking changes in this release, follow the steps here to upgrade


Changes


Update using:

$ npx sst update v1.16.0
$ yarn sst update v1.16.0
sst - v1.15.16

Published by github-actions[bot] about 2 years ago

Changes


Update using:

$ npx sst update v1.15.16
$ yarn sst update v1.15.16
sst - v1.15.15

Published by github-actions[bot] about 2 years ago

Changes

  • #2143 e3070bb6a - Site: do not wait for invalidation for placeholder sites

Update using:

$ npx sst update v1.15.15
$ yarn sst update v1.15.15
sst - v1.15.14

Published by github-actions[bot] about 2 years ago

Changes

  • 3b1357da8 - ApiGatewayV1Api: support function version and docker image

Update using:

$ npx sst update v1.15.14
$ yarn sst update v1.15.14
sst - v1.15.13

Published by github-actions[bot] about 2 years ago

Changes


Update using:

$ npx sst update v1.15.13
$ yarn sst update v1.15.13
sst - v1.15.12

Published by github-actions[bot] about 2 years ago

Changes

  • #2134 1b67fa6e9 - sst/node: codegen types inside sst/node node_modules folder
  • #2132 c74fbfea2 - Cli: hide site environment from deploy output

Update using:

$ npx sst update v1.15.12
$ yarn sst update v1.15.12
sst - v1.15.11

Published by github-actions[bot] about 2 years ago

Changes

  • 931b7e5ef - Fix camelcase option on type generation

Update using:

$ npx sst update v1.15.11
$ yarn sst update v1.15.11
sst - v1.15.10

Published by github-actions[bot] about 2 years ago

Changes


Update using:

$ npx sst update v1.15.10
$ yarn sst update v1.15.10
sst - v1.15.9

Published by github-actions[bot] about 2 years ago

Changes


Update using:

$ npx sst update v1.15.9
$ yarn sst update v1.15.9
sst - v1.15.8

Published by github-actions[bot] about 2 years ago

Changes

  • dae3ab3f4 - Job: Move vpc prop into nested cdk field

Update using:

$ npx sst update v1.15.8
$ yarn sst update v1.15.8
sst - v1.15.6

Published by github-actions[bot] about 2 years ago

Changes


Update using:

$ npx sst update v1.15.6
$ yarn sst update v1.15.6