npm @serverless-stack/cli 0.53.0
v0.53.0

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

💥 Breaking Change in CDK

If you are using "HttpUserPoolAuthorizer" from "@aws-cdk/aws-apigatewayv2-authorizers", userPoolClient is now renamed to userPoolClients. Chage this:

new HttpUserPoolAuthorizer({
  userPool,
  userPoolClient,
})

to:

new HttpUserPoolAuthorizer({
  userPool,
  userPoolClients: [userPoolClient],
})

More info

🐛 Bug Fix

  • #1050 Update CDK to v1.132.0 (@fwang)
  • #1051 EventBus: fix event bus cannot be imported by name (@fwang)
  • #1052 Console: incorrect route path in Api panel for custom stage (@fwang)
  • #1053 Table: add instructions for importing tables with stream enabled (@fwang)
  • #1054 Core: after a deploy failure, redeploy detects no changes (@fwang)

📝 Documentation

Contributors

Don't miss a new cli release

NewReleases is sending notifications on new releases.