Skip to content

Releases: anomalyco/sst

v1.0.0-beta.25

03 May 07:01

Choose a tag to compare

πŸš€ Enhancement

πŸ› Bug Fix

Contributors


Update using:

$ npx sst update v1.0.0-beta.25
$ yarn sst update v1.0.0-beta.25

v1.0.0-beta.23

23 Apr 15:45

Choose a tag to compare

πŸš€ Enhancement

  • #1652 Cli: handle CDKToolkit bootstrap stack stuck in REVIEW_IN_PROGRESS (@fwang)

πŸ› Bug Fix

  • #1653 Cli: using aws-vault causes invalid credentials for boto3 (@fwang)

Update using:

$ npx sst update v1.0.0-beta.23
$ yarn sst update v1.0.0-beta.23

v1.0.0-beta.22

21 Apr 07:22

Choose a tag to compare

πŸš€ Enhancement

πŸ› Bug Fix

  • #1646 Cli: fix "stack does not exist" error for stacks with customized names (@fwang)

Update using:

$ npx sst update v1.0.0-beta.22
$ yarn sst update v1.0.0-beta.22

v0.69.7

21 Apr 07:22

Choose a tag to compare

πŸ› Bug Fix

  • #1647 Cli: fix "stack does not exist" error for stacks with customized names (@fwang)

Update using:

$ npx sst update v0.69.7
$ yarn sst update v0.69.7

v1.0.0-beta.21

15 Apr 01:04

Choose a tag to compare

πŸš€ Enhancement

  • #1626 Update CDK to 2.20.0 (@fwang)

  • #1632 Function: support configuring disk size (@fwang)

    new Function(stack, "MyFunction", {
      handler: "src/lambda.handler",
      diskSize: "2 GB",
    })
  • #1631 AppSyncApi: support custom domain (@fwang)

    new AppSyncApi(stack, "GraphqlApi", {
      schema: "graphql/schema.graphql",
      customDomain: "api.domain.com",
    });

πŸ› Bug Fix

πŸ“ Documentation

  • #1553 Fix invalid typescript monorepo example name (@ilumin)

Contributors


Update using:

$ npx sst update v1.0.0-beta.21
$ yarn sst update v1.0.0-beta.21

v1.0.0-beta.20

13 Apr 18:50
f9e7843

Choose a tag to compare

πŸš€ Enhancement

  • #1618 Lift commonly used props (@fwang)
    • Function: runtime supports type sst.Duration
    • Table: lift cdk.index.projecton to projection for global and secondary indexes
    • Auth: lift cdk.cognito.signInAliases to login

πŸ› Bug Fix

  • #1582 Fix ENOENT error when spawning the ".bin/cdk" binary wrapper (@octogonz)
  • #1588 Change how aws-lambda-ric module is resolved and spawned (@fkjellberg)
  • #1619 Fix cdk binary not found when pnpm is used (@fwang)

πŸ“ Documentation

Contributors


Update using:

$ npx sst update v1.0.0-beta.20
$ yarn sst update v1.0.0-beta.20

v0.69.6

13 Apr 18:49

Choose a tag to compare

πŸ› Bug Fix

  • #1582 Fix ENOENT error when spawning the ".bin/cdk" binary wrapper (@octogonz)
  • #1588 Change how aws-lambda-ric module is resolved and spawned (@fkjellberg)
  • #1619 Fix cdk binary not found when pnpm is used (@fwang)

Contributors


Update using:

$ npx sst update v0.69.6
$ yarn sst update v0.69.6

v1.0.0-beta.9

08 Apr 13:18

Choose a tag to compare

πŸš€ Enhancement

πŸ› Bug Fix

Committers:


Update using:

$ npx sst update v1.0.0-beta.9
$ yarn sst update v1.0.0-beta.9

v0.69.5

07 Apr 03:13

Choose a tag to compare

πŸ› Bug Fix

  • #1605 Cli: fix missing region in config error (@fwang)
  • #1603 Cli: stack xxxx does not exist error on successful deploy (@fwang)

Update using:

$ npx sst update 0.69.5
$ yarn sst update 0.69.5

v0.69.4

06 Apr 15:52

Choose a tag to compare

πŸ› Bug Fix

πŸ“ Documentation

Committers


Update using:

$ npx sst update 0.69.4
$ yarn sst update 0.69.4