Closed rtpascual closed 2 weeks ago
Latest commit: 1ec2c610b679c8a867a95507d734982695928bd9
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Problem
There seems to be a race condition between client config generation and asserting post deployment, sometimes we see this error:
Compared to a successful run:
Issue number, if available:
Changes
Use existing
waitForConfigUpdateAfterDeployment
action to wait foramplify_outputs.json
to be generated before interrupting sandbox and asserting post deployment.Also following https://github.com/aws-amplify/amplify-backend/pull/2160, removed the
rejectCleanupSandbox
action since the prompt no longer exists.Corresponding docs PR, if applicable:
Validation
E2E tests and canary test run https://github.com/aws-amplify/amplify-backend/actions/runs/11635102140.
Checklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.