npm @serverless-stack/cli 0.40.2
v0.40.2

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

🚀 Enhancement

  • #743 Disable version reporting to skip unnecessary CF updates (@thdxr)
  • #718 App: Support setting defaultRemovalPolicy (@thdxr)
    import { RemovalPolicy } from "@aws-cdk/core";
    
    export default function main(app: sst.App): void {
      app.setDefaultRemovalPolicy(RemovalPolicy.DESTROY);
    }
  • #699 StaticSite: Add support for external domains (@warwickgrigg)
  • #717 Function: infer copyFiles destination from source path (@thdxr)
  • #724 sst start: print error object with full depth (@fwang)

🐛 Bug Fix

  • #744 Fix issue with inconsistent updates to functions (@thdxr)
  • #731 CLI: Scan recursively to figure out if project is using yarn (@thdxr)
  • #722 sst start: handler function returning function crashes (@fwang)

Committers:


Update using:

$ npm install --save --save-exact @serverless-stack/cli@0.40.2 @serverless-stack/resources@0.40.2

Don't miss a new cli release

NewReleases is sending notifications on new releases.