Fix: [AEA-6055] - debugging issues with post-dated updates#2814
Merged
tstephen-nhs merged 64 commits intomainfrom Mar 24, 2026
Merged
Fix: [AEA-6055] - debugging issues with post-dated updates#2814tstephen-nhs merged 64 commits intomainfrom
tstephen-nhs merged 64 commits intomainfrom
Conversation
Contributor
|
This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket: AEA-6055 |
42ac0af to
4d3c4fe
Compare
b67e7e5 to
e48be95
Compare
69fa054 to
e93a804
Compare
7e60ff2 to
52974d7
Compare
f3cf68e to
6a4e064
Compare
tstephen-nhs
commented
Mar 18, 2026
|
wildjames
approved these changes
Mar 24, 2026
tstephen-nhs
added a commit
that referenced
this pull request
Mar 26, 2026
## Summary - 🤖 Operational or Infrastructure Change ### Details [Fix: AEA-6055 - debugging issues with post-dated updates](#2814) passed on a PR branch becasue we create a new table there but [failed](https://github.com/NHSDigital/eps-prescription-status-update-api/actions/runs/23487029492) on merge to main: > This AWS::dynamodb::Table resource is in a UPDATE_FAILED state. Resource handler returned message: "Cannot update GSI's properties other than Provisioned Throughput and Contributor Insights Specification. You can create a new GSI with a different name." (RequestToken: dfb5cd2a-c90c-1412-45a9-b4ae52322456, HandlerErrorCode: InvalidRequest) So this PR creates a new secondary index to be used temporarily until we can disable post-dated updates functionality. This is why the original index is left in place.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Summary
Details