amplify-category-api
amplify-category-api copied to clipboard
chore: node 22
Description of changes
- Upgrade to Node 22.
- Upgrade aws-cdk-lib to 2.184.0 (same as gen 1 cli)
- We cannot release a new major version of many of the transformer packages because the next major version is already in use for gen 2. After this PR is merged I will create a change in
@aws-amplify/amplify-category-apito create a new major version for only this package. This is the entry point for Gen 1 and not used in Gen 2.
CDK / CloudFormation Parameters Changed
- Upgrade aws-cdk-lib to 2.184.0
- Change lambda runtimes to Node 22
Issue #, if available
N/A
Description of how you validated changes
- Unit testing
- E2E testing https://us-east-1.console.aws.amazon.com/codebuild/home?region=us-east-1#/builds/build-batch/amplify-category-api-e2e-workflow:79490c5d-2772-467d-98fa-40df03eae934/view/new
Checklist
- [x] PR description included
- [x]
yarn testpasses - [x] E2E test run linked
- [x] Tests are changed or added
- [x] Relevant documentation is changed or added (and PR referenced)
- [x] Any CDK or CloudFormation parameter changes are called out explicitly
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.