npm @serverless-stack/cli 1.0.0-beta.21
v1.0.0-beta.21

latest releases: 1.18.4, 1.18.3, 1.18.2...
2 years ago

🚀 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

Don't miss a new cli release

NewReleases is sending notifications on new releases.