Changes and bug fixes
- Reintroduced programmatic logging configuration
- Update Amplify CLI to 14.0.0
- Update Node.js and Python versions for Lambdas
- Addressed an issue where account lists were not loading correctly
- Adds the ability to optionally configure a Slack channel
Upgrade Instructions
Before upgrading you must first manually delete the existing bucket policy from the Amplify deployment bucket.
Amplify CLI versions after 12.12.15 apply an S3 bucket policy to enforce SSL on the Amplify S3 deployment bucket. This conflicts with the S3 bucket policy previously applied by the TEAM application deployment.
You can confirm the name of this bucket in the Outputs
tab of the deployed Amplify CloudFormation stack. For example amplify-teamidcapp-main-123456-deployment
You can find the bucket policy by selecting the Permissions
tab of the S3 bucket in the S3 console.
Once the bucket policy is removed, follow the instructions in updating TEAM documentation. The bucket policy will be reapplied by Amplify as part of the update.
Thank you
Thank you to everyone who contributed to this release.
Full Changelog: v1.3.0...v1.4.0