sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v1.15.5

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

Changes


Update using:

$ npx sst update v1.15.5
$ yarn sst update v1.15.5
sst - v1.15.4

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

Changes

  • 3f241696a - Support camelcase for kysely type generation
  • f336f05f6 - Updating DynamoDB starter to ElectroDB 2.0

Update using:

$ npx sst update v1.15.4
$ yarn sst update v1.15.4
sst - v1.15.3

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

Changes

  • #2046 b51cd3ac6 - Remove resource properties not supported in GovCloud

Update using:

$ npx sst update v1.15.3
$ yarn sst update v1.15.3
sst - v1.15.2

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

Changes


Update using:

$ npx sst update v1.15.2
$ yarn sst update v1.15.2
sst - v1.15.1

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

Changes

  • d25d5887d - Support postgres11.13
  • bf7a8a07f - Function: fix afterBundle script not awaited

Update using:

$ npx sst update v1.15.1
$ yarn sst update v1.15.1
sst - v1.15.0

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

πŸ“’ Job

We are launching Job β€” a simple way to run functions that can take up to 8 hours in SST:

  • Construct to define the infrastructure

    new Job(stack, "MyJob", {
      handler: "jobs/myJob.handler",
      timeout: "8 hours"
    }
    
  • Lambda handler to create the job

    const handler = JobHandler("MyJob", payload => {
      // Some long running code
    })
    
  • Typesafe client to invoke the job

    await Job.run("MyJob", {
      payload: {
        foo: "bar"
      }
    })
    

Learn more https://docs.sst.dev/long-running-jobs


Changes


Update using:

$ npx sst update v1.15.0
$ yarn sst update v1.15.0
sst - v1.14.4

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

Changes

  • #2076 a7e201566 - Bucket: support notifications on imported S3 Buckets

Update using:

$ npx sst update v1.14.4
$ yarn sst update v1.14.4
sst - v1.14.3

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

Changes


Update using:

$ npx sst update v1.14.3
$ yarn sst update v1.14.3
sst - v1.14.2

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

Changes


Update using:

$ npx sst update v1.14.2
$ yarn sst update v1.14.2
sst - v1.14.1

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

Changes

  • #2063 873ecf3b6 - Updating to RDS and DynamoDB starter to Kysely codegen

Update using:

$ npx sst update v1.14.1
$ yarn sst update v1.14.1
sst - v1.14.0

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

Changes


Update using:

$ npx sst update v1.14.0
$ yarn sst update v1.14.0
sst - v1.13.0

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

Changes


Update using:

$ npx sst update v1.13.0
$ yarn sst update v1.13.0
sst - v1.12.4

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

Changes


Update using:

$ npx sst update v1.12.4
$ yarn sst update v1.12.4
sst - v1.12.3

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

Changes

  • 7bf15be60 - Disable function draining on env change
  • cacb73493 - Fix issue with sst start functions failing under parallel invocation
  • cacb73493 - Auto reset contexts when new lambda invocation detected

Update using:

$ npx sst update v1.12.3
$ yarn sst update v1.12.3
sst - v1.12.2

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

Changes

  • 24f7602a5 - RemixSite: fix malformed cookie in request header when using regional server

Update using:

$ npx sst update v1.12.2
$ yarn sst update v1.12.2
sst - v1.12.1

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

Changes

  • 42762cf7f - Run parallel build after the app finishes synth

Update using:

$ npx sst update v1.12.1
$ yarn sst update v1.12.1
sst - v1.12.0

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

Changes

  • c8b6b68f4 - Updating create sst GraphQL template with new tutorial app.

Update using:

$ npx sst update v1.12.0
$ yarn sst update v1.12.0
sst - v1.11.2

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

Changes

  • f19f407c3 - Update kysely versions for migrator

Update using:

$ npx sst update v1.11.2
$ yarn sst update v1.11.2
sst - v1.11.1

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

πŸ“’ Parallel Building

We reworked the CLI to build Lambda functions in parallel utilizing multiple CPU cores. Previously, functions were built one at a time due to some CDK limitation. In our test setup with an 8 core machine, the build process is now 34% faster.

More CLI optimization to come ✨


Changes


Update using:

$ npx sst update v1.11.1
$ yarn sst update v1.11.1
sst - v1.10.6

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

Changes

  • #2022 b222d491a - Cognito: fix calling attachPermissions from different stacks override previous permissions
  • 069835495 - Skip preset file replacement for image files

Update using:

$ npx sst update v1.10.6
$ yarn sst update v1.10.6