generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add get-schema endpoint #3623
Merged
Merged
Add get-schema endpoint #3623
Conversation
This file contains 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
github-actions
bot
added
the
environments-repository
Used to exclude PRs from this repo in our Slack PR update
label
Oct 10, 2023
|
MatMoore
force-pushed
the
add-get-schema-endpoint
branch
from
October 10, 2023 13:08
34c1b71
to
11f41cb
Compare
|
1 similar comment
|
MatMoore
force-pushed
the
add-get-schema-endpoint
branch
from
October 10, 2023 13:18
ec21245
to
5c6693a
Compare
|
MatMoore
had a problem deploying
to
data-platform-test
October 10, 2023 13:19 — with
GitHub Actions
Failure
MatMoore
had a problem deploying
to
data-platform-development
October 10, 2023 13:19 — with
GitHub Actions
Failure
|
MatMoore
temporarily deployed
to
data-platform-development
October 10, 2023 14:54 — with
GitHub Actions
Inactive
MatMoore
had a problem deploying
to
data-platform-test
October 10, 2023 14:54 — with
GitHub Actions
Failure
|
tom-webber
had a problem deploying
to
data-platform-test
October 11, 2023 13:51 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
data-platform-development
October 11, 2023 13:52 — with
GitHub Actions
Failure
|
|
tom-webber
had a problem deploying
to
data-platform-test
October 11, 2023 15:10 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
data-platform-development
October 11, 2023 15:10 — with
GitHub Actions
Failure
|
tom-webber
had a problem deploying
to
oas-development
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
maatdb-development
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
ccms-ebs-development
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
laa-oem-test
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
ncas-development
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
temporarily deployed
to
tariff-development
October 11, 2023 15:35 — with
GitHub Actions
Inactive
tom-webber
had a problem deploying
to
data-platform-apps-and-tools-development
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
portal-development
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
hmpps-domain-services-test
October 11, 2023 15:35 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
mojfin-development
October 11, 2023 15:35 — with
GitHub Actions
Failure
|
This will need to be redone when we separate the data into multiple buckets.
fix get_schema properties
- write_metadata - create_write_lambda_logs rename create_write_lambda_logs for clarity formatting
fix get_schema_lambda env vars (buckets) add required var to get_schema_lambda
tom-webber
force-pushed
the
add-get-schema-endpoint
branch
from
October 17, 2023 11:43
5c0a54a
to
1ddb888
Compare
tom-webber
had a problem deploying
to
data-platform-test
October 17, 2023 11:45 — with
GitHub Actions
Failure
tom-webber
had a problem deploying
to
data-platform-development
October 17, 2023 11:45 — with
GitHub Actions
Failure
|
tom-webber
had a problem deploying
to
data-platform-test
October 17, 2023 12:00 — with
GitHub Actions
Failure
tom-webber
temporarily deployed
to
data-platform-development
October 17, 2023 12:01 — with
GitHub Actions
Inactive
|
tom-webber
had a problem deploying
to
data-platform-test
October 17, 2023 12:54 — with
GitHub Actions
Error
tom-webber
had a problem deploying
to
data-platform-development
October 17, 2023 12:55 — with
GitHub Actions
Error
|
remove unneeded key for other lambdas
tom-webber
temporarily deployed
to
data-platform-development
October 17, 2023 13:09 — with
GitHub Actions
Inactive
tom-webber
had a problem deploying
to
data-platform-test
October 17, 2023 13:09 — with
GitHub Actions
Failure
|
LavMatt
approved these changes
Oct 17, 2023
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.
ministryofjustice/analytical-platform#1659
This PR adds the terraform to deploy the new get-schema lambda and the corresponding API gateway endpoint.
It should be able to log to S3 and cloudwatch, and access the metadata bucket.
Note: this is going to conflict with #3588