sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v2.5.1

Published by github-actions[bot] over 1 year ago

Changes


Update using:

$ npx sst update 2.5.1
$ yarn sst update 2.5.1
sst - v2.4.3

Published by github-actions[bot] over 1 year ago

Changes


Update using:

$ npx sst update 2.4.3
$ yarn sst update 2.4.3
sst - v2.4.2

Published by github-actions[bot] over 1 year ago

Changes


Update using:

$ npx sst update 2.4.2
$ yarn sst update 2.4.2
sst - v2.4.1

Published by github-actions[bot] over 1 year ago

Changes


Update using:

$ npx sst update 2.4.1
$ yarn sst update 2.4.1
sst - v2.4.0

Published by github-actions[bot] over 1 year ago

Changes


Update using:

$ npx sst update 2.4.0
$ yarn sst update 2.4.0
sst - v2.3.7

Published by github-actions[bot] over 1 year ago

Changes


Update using:

$ npx sst update 2.3.7
$ yarn sst update 2.3.7
sst - v2.3.6

Published by github-actions[bot] over 1 year ago

Changes

  • d928120d2 - sst bind: set correct exit code

Update using:

$ npx sst update 2.3.6
$ yarn sst update 2.3.6
sst - v2.3.5

Published by github-actions[bot] over 1 year ago

Changes

  • c0057dd1f - Improve dropin mode templates and copy

Update using:

$ npx sst update 2.3.5
$ yarn sst update 2.3.5
sst - v2.3.4

Published by github-actions[bot] over 1 year ago

Changes

  • 4318b5c72 - sst bind: handle chained roles has max session duration of 1hr

Update using:

$ npx sst update 2.3.4
$ yarn sst update 2.3.4
sst - v2.3.3

Published by github-actions[bot] over 1 year ago

Changes

  • 36fcf1cb8 - File watcher should ignore git folder

Update using:

$ npx sst update 2.3.3
$ yarn sst update 2.3.3
sst - v2.3.2

Published by github-actions[bot] over 1 year ago

Changes

  • 2a5eb1893 - CLI: update primary color to distinguish from error red
  • 73fc2fa6f - bootstrap: support setting custom permissions boundary
  • #2710 6f59768f6 - sst bind: fix command not exiting
  • a2bb76f1c - AppSyncApi: support OpenSource data source
  • 6e3ae2054 - Stack: ignore instead of throw on undefined stack output value
  • c40be2c74 - sst dev: print start frontend commands

Update using:

$ npx sst update 2.3.2
$ yarn sst update 2.3.2
sst - v2.3.1

Published by github-actions[bot] over 1 year ago

Changes

  • 2872eb4ac - deprecated/NextjsSite: fix invalid file path
  • f4cd2559f - Properly throw errors when monitoring stacks fails

Update using:

$ npx sst update 2.3.1
$ yarn sst update 2.3.1
sst - v2.3.0

Published by github-actions[bot] over 1 year ago

πŸ“’ Resource Binding for SSR Sites β€” Next.js, Astro, Remix, and SolidStart

We are bringing Resource Binding to frontend frameworks β€” Access the resources in your frontend SSR code in a secure and typesafe way.

Here's an example:

  1. Bind a Bucket construct to NextjsSite.
const bucket = new Bucket(stack, "myFiles");

new NextjsSite(stack, "mySite", {
  bind: [bucket],
});
  1. Access it in your SSR code.
import { Bucket } from "sst/node/bucket";

console.log(Bucket.myFiles.bucketName);
  1. The sst env command has been replaced by the sst bind command.
- "dev": "sst env next dev",
+ "dev": "sst bind next dev",

Changes


Update using:

$ npx sst update 2.3.0
$ yarn sst update 2.3.0
sst - v2.2.8

Published by github-actions[bot] over 1 year ago

Changes

  • dd755650f - sst bootstrap: bootstrap CDK if required

Update using:

$ npx sst update 2.2.8
$ yarn sst update 2.2.8
sst - v2.2.7

Published by github-actions[bot] over 1 year ago

Changes

  • 3977db3f1 - Handle AWS SDK retry failure due to depleted retry tokens
  • 561a1eff3 - Include stage name in warnings

Update using:

$ npx sst update 2.2.7
$ yarn sst update 2.2.7
sst - v2.2.6

Published by github-actions[bot] over 1 year ago

Changes

  • b68f1bb8c - Updated graphql rds template for sdkv3

Update using:

$ npx sst update 2.2.6
$ yarn sst update 2.2.6
sst - v2.2.5

Published by github-actions[bot] over 1 year ago

Changes

  • a6cb8e633 - Ignore errors during kysely codegen

Update using:

$ npx sst update 2.2.5
$ yarn sst update 2.2.5
sst - v2.2.4

Published by github-actions[bot] over 1 year ago

Changes

  • d3b50eed3 - AppSyncApi: do not bind imported API
  • c06523416 - NextjsSite: support customizing defaultBehavior

Update using:

$ npx sst update 2.2.4
$ yarn sst update 2.2.4
sst - v2.2.3

Published by github-actions[bot] over 1 year ago

Changes

  • e836f2d41 - Allow spaces in folder names go runtime
  • 263c1eff3 - Update to ink4 and React 18
  • 6eb618478 - Make sure update command exits

Update using:

$ npx sst update 2.2.3
$ yarn sst update 2.2.3
sst - v2.2.2

Published by github-actions[bot] over 1 year ago

Changes

  • e7107261c - Support calling useSession in auth function itself

Update using:

$ npx sst update 2.2.2
$ yarn sst update 2.2.2