sst

SST v2

MIT License

Downloads
117.3K
Stars
21.5K
Committers
318

Bot releases are visible (Hide)

sst - v1.2.27

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

Changes

  • #1834 7c7756ec - ApiGatewayV1Api: do not look up hosted zone when provided
  • #1834 7c7756ec - ApiGatewayV1Api: default cors setting allow all headers, methods, and origins

Update using:

$ npx sst update v1.2.27
$ yarn sst update v1.2.27
sst - v1.2.26

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

Changes

  • 2622d51e - Support non-standard NextJS installation path

Update using:

$ npx sst update v1.2.26
$ yarn sst update v1.2.26
sst - v1.2.25

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

Changes

  • #1816 fd8330bf - Cli: fix sst start error "stack does not exist" when custom stack name used

Update using:

$ npx sst update v1.2.25
$ yarn sst update v1.2.25
sst - v1.2.24

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

Changes

  • #1814 33b89b64 - DebugStack: allow customizing DynamoDB Table

    export function debugApp(app) {
      new DebugStack(app, "debug-stack", {
        cdk: {
          table: {
            pointInTimeRecovery: true,
          }
        }
      });
    }
    

Update using:

$ npx sst update v1.2.24
$ yarn sst update v1.2.24
sst - v1.2.23

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

Changes

  • #1811 fb7d3b02 - Function: lift function url to top level prop

    new Function(stack, "MyFunction", {
      handler: "src/lambda.main",
      url: true,
    });
    

    More examples here.


Update using:

$ npx sst update v1.2.23
$ yarn sst update v1.2.23
sst - v1.2.22

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

Changes

  • 856f1ad4 - Removed unused requests to cloudformation on start that were printing rate limit error messages

Update using:

$ npx sst update v1.2.22
$ yarn sst update v1.2.22
sst - v1.2.21

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

Changes

  • b140d04e - Support MySQL type generation

Update using:

$ npx sst update v1.2.21
$ yarn sst update v1.2.21
sst - v1.2.20

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

Changes

  • #1799 38937353 - NextjsSite: support after deploy command hooks
  • #1802 d8ad13fd - NextjsSite: allow overriding Lambda@Edge runtime
  • #1801 edcd89d2 - sst start: update static-site-environment-output-keys.json on redeploy

Update using:

$ npx sst update v1.2.20
$ yarn sst update v1.2.20
sst - v1.2.19

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

Changes


Update using:

$ npx sst update v1.2.19
$ yarn sst update v1.2.19
sst - v1.2.18

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

Changes

  • 3983cf5f - Add sourcemap property to control sourcemap generation for NodeJS functions. This defaults to false when deployed so be sure to set it if you want sourcemap support

Update using:

$ npx sst update v1.2.18
$ yarn sst update v1.2.18
sst - v1.2.17

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

Changes


Update using:

$ npx sst update v1.2.17
$ yarn sst update v1.2.17
sst - v1.2.16

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

Changes

  • #1784 1e02e312 - Update RDS migrator to use ESM. Make sure to upgrade kysely-data-api to 0.0.11 as well.
  • #1783 06666f06 - EventBus: get rule by rule name
  • #1780 46831e9b - Function: referencing layers from another stack results in no changes when layer code did change

Update using:

$ npx sst update v1.2.16
$ yarn sst update v1.2.16
sst - v1.2.15

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

Changes

  • f2f887bb - Fix for .mjs migrations not showing up when RDS is deployed

Update using:

$ npx sst update v1.2.15
$ yarn sst update v1.2.15
sst - v1.2.14

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

Changes

  • eec3ad28 - Properly bust pothos cache when refreshing schema
  • db06a415 - Fix for esbuild entrypoint in windows

Update using:

$ npx sst update v1.2.14
$ yarn sst update v1.2.14
sst - v1.2.13

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

Changes

  • #1766 a8f56ae8 - sst remove: add --debug-stack option to remove debug stack
  • fa1bea79 - Skip Kysely type generation when migrations are not in use

Update using:

$ npx sst update v1.2.13
$ yarn sst update v1.2.13
sst - v1.2.12

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

Changes

  • 3879c501 - Fix for pothos extracting enumType when passed inline

Update using:

$ npx sst update v1.2.12
$ yarn sst update v1.2.12
sst - v1.2.11

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

Changes

  • c829dfa6 - Update JS typechecker to use latest lib + ignore node_modules
  • 6bf80a89 - Workaround for npm not allowing gitingore files for starters

Update using:

$ npx sst update v1.2.11
$ yarn sst update v1.2.11
sst - v1.2.10

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

Changes

  • 95b508ce - Added support for Pothos classes and enums

Update using:

$ npx sst update v1.2.10
$ yarn sst update v1.2.10
sst - v1.2.9

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

Changes


Update using:

$ npx sst update v1.2.9
$ yarn sst update v1.2.9
sst - v1.2.8

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

Changes

  • #1744 6c94940d - NextjsSite: support reusing CloudFront Origin Request Policy
  • #1742 b4f83734 - WebSocketApi: add getRoute() to make WebSocketRoute accessible

Update using:

$ npx sst update v1.2.8
$ yarn sst update v1.2.8