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

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

💥 v1 Beta is here

The problems we are trying to address

There are a couple of common issues we've observed with people using SST:

  1. How do I know a prop I'm configuring is a CDK prop vs a SST prop?
    • And related, do I need to read CDK docs and import CDK dependencies?
  2. How to configure underlying CDK constructs?
  3. How to access the CDK constructs created internally inside an SST construct?
  4. Lack of warnings when specifying invalid construct props
  5. Having to constantly visit the SST docs

The fix

We restructured the constructs to address these issues. You can read more about the details in the migration guide: https://docs.serverless-stack.com/constructs/v0/migration#goals

Most of the changes are reorganizing and renaming construct properties, attributes, and adding TS Docs. The underlying resources (ie. the CloudFormation template) are mostly not impacted. There should be zero downtime during the upgrade.

Follow the steps in the migration guide to update.

Give it a try and let us know what you think! We are looking to launch v1 by the end of the month.

Don't miss a new cli release

NewReleases is sending notifications on new releases.