-
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
Add API Gateway #10
Merged
Merged
Add API Gateway #10
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
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 15:09 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 15:23
5e20b35
to
61a0c61
Compare
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 15:26 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 15:52
61a0c61
to
646e160
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 15:52 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 15:55 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 15:56
646e160
to
a3b5a5c
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 15:56 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 15:58 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
development account
October 20, 2023 16:00 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 16:00 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 16:08
a3b5a5c
to
87bc026
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 16:09 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 16:11 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 16:17
87bc026
to
ce84634
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 16:17 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 16:19 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 16:33
ce84634
to
1711202
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 16:33 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 16:36 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 16:39
1711202
to
ee5ea43
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 16:39 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 16:42 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 16:45
ee5ea43
to
52371f6
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 16:45 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 16:47 — with
GitHub Actions
Inactive
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 17:01
52371f6
to
a5aac23
Compare
gregtyler
temporarily deployed
to
development account
October 20, 2023 17:01 — with
GitHub Actions
Inactive
gregtyler
temporarily deployed
to
10vega2104a popup environment
October 20, 2023 17:03 — with
GitHub Actions
Inactive
Use OpenAPI schema to define REST API, then add logging and IAM execution permissions. Add an account-level IAM role for logging to CloudWatch. Remove lambda function URLs. Test against REST API base URL. Fixes VEGA-2014 #minor
gregtyler
force-pushed
the
VEGA-2104-add-apigw
branch
from
October 20, 2023 17:13
a5aac23
to
50050f3
Compare
Not needed now we use API Gateway #patch
sixdaysandy
approved these changes
Oct 23, 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.
Use OpenAPI schema to define REST API, then add logging and IAM execution permissions.
Remove lambda function URLs. Test against REST API base URL.
Fixes VEGA-2014 #minor