Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PRMP-1302] Create sandbox for NRL API #232

Merged
merged 9 commits into from
Feb 4, 2025
Merged

[PRMP-1302] Create sandbox for NRL API #232

merged 9 commits into from
Feb 4, 2025

Conversation

steph-torres-nhs
Copy link
Contributor

Branched from PRMP-1286

]

lifecycle {
create_before_destroy = true
}
}

resource "aws_api_gateway_stage" "ndr_api" {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a better name than ndr_api that describes the stage?

}


resource "aws_api_gateway_integration" "get_document_reference_mock_integration" {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove integration

path_part = "DocumentReference"
}

resource "aws_api_gateway_resource" "sandbox_get_document_reference_path_parametre" {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parametre -> parameter

},
"content": [
{
"attachment": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we not including the size/hash of the document in the pointer?

Copy link
Contributor

@danielleandersonNHS danielleandersonNHS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments all addressed

infrastructure/nrl-sandbox-get-doc-ref.tf Outdated Show resolved Hide resolved
@steph-torres-nhs steph-torres-nhs dismissed robg-nhs’s stale review February 4, 2025 12:26

Double checked with Rob, ok to go ahead, he has made the required changes

@steph-torres-nhs steph-torres-nhs merged commit 59e04c5 into main Feb 4, 2025
7 checks passed
@steph-torres-nhs steph-torres-nhs deleted the PRMP-1302 branch February 4, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants