Notes
This release is a maintenance update to address the following recent changes from AWS:
- NodeJS 16 runtime deprecation: AWS has announced end of support for NodeJS 16. The codebase has been updated to use NodeJS 20.
- AWS CodeCommit changes: AWS has closed new customer access to AWS CodeCommit. The solution will still support CodeCommit as a source to allow users with existing CodeCommit repositories to run deployments. Additional support for S3 as a source has been added. CodeConnections as a source is already supported to integrate with external Git providers. Please see the example
config/env.yaml
file to understand how to configure the source. - AWS CodeStar changes: AWS has renamed CodeStar Connections to CodeConnections. This change will be reflected in IAM action names and ARNs. For a summary of the changes, see Connections rename - Summary of changes If you were using CodeStar as the source, ensure your env.yaml file is updated.
What's Changed
- Update dependencies and NodeJS version for Lambda functions by @javydekoning in #127
- Support for S3 as source by @jmejco in #130
New Contributors
- @javydekoning made their first contribution in #127
Full Changelog: v3.1.8...v3.1.9