Skip to content

v1.0.0-beta.21

Compare
Choose a tag to compare
@fwang fwang released this 15 Apr 01:04
· 2903 commits to master since this release

πŸš€ 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