💥 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:
- 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?
- How to configure underlying CDK constructs?
- How to access the CDK constructs created internally inside an SST construct?
- Lack of warnings when specifying invalid construct props
- 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.