Update app/service root module aws provider version to >=5.35.0 #731
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
Resolves #724
Changes
>= 5.35.0, < 6.0.0
Context for reviewers
This PR updates the
/infra/app/service
root module's aws provider version. It is currently pinned to>=4.56.0, < 5.0.0
. This PR brings it to>= 5.35.0, < 6.0.0
.This supports more recent updates that include data and resource endpoints for AWS Pinpoint and AWS SESv2.
Testing
Tested on navapbc/platform-test#131, where the "Test service" CI job (with idp enabled) passed. Here's a screenshot verifying the aws provider version used in the CI job was v5.62.0.
There are breaking changes between aws provider 4.x to 5.x. When upgrading to this version of the infrastructure template, projects should review and follow the aws provider update release notes.