-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
infrastructure/api.tf
Outdated
] | ||
|
||
lifecycle { | ||
create_before_destroy = true | ||
} | ||
} | ||
|
||
resource "aws_api_gateway_stage" "ndr_api" { |
There was a problem hiding this comment.
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" { |
There was a problem hiding this comment.
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" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parametre
-> parameter
1434b77
to
e2d791d
Compare
}, | ||
"content": [ | ||
{ | ||
"attachment": { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments all addressed
Double checked with Rob, ok to go ahead, he has made the required changes
Branched from PRMP-1286