-
Notifications
You must be signed in to change notification settings - Fork 13
feat(llmo): add CloudFront wizard read endpoints #2654
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
Open
ABHA61
wants to merge
38
commits into
main
Choose a base branch
from
feat/llmo-edge-optimize-cloudfront-wizard
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
cdf8174
feat(llmo): add edge-optimize-bootstrap-url endpoint
8ab9c02
Merge branch 'main' into feat/llmo-edge-optimize-bootstrap-url
ABHA61 ee482c2
test: register edge-optimize-bootstrap-url route in route-handler test
cdd6bc5
Merge branch 'main' into feat/llmo-edge-optimize-bootstrap-url
ABHA61 76db153
chore(llmo): TEMP testing defaults for edge-optimize bootstrap (dev/ci)
9d15d42
Merge remote-tracking branch 'origin/feat/llmo-edge-optimize-bootstra…
9b12537
chore(llmo): point temp testing bucket default to the dev-account bucket
950944a
Merge branch 'main' into feat/llmo-edge-optimize-bootstrap-url
ABHA61 edb097c
fix(llmo): shorten temp-default comment to satisfy max-len lint
91ef6c2
Merge remote-tracking branch 'origin/feat/llmo-edge-optimize-bootstra…
e879df0
Merge branch 'main' into feat/llmo-edge-optimize-bootstrap-url
ABHA61 fb857d4
test(llmo): fix bootstrap-url not-configured test for temp bucket def…
d77eaa1
fix(llmo): lower edge-optimize presign TTL default to 900s (15m)
f7c2276
feat(llmo): CloudFront wizard connect + list-distributions endpoints …
d58cd4d
docs(llmo): OpenAPI for CloudFront wizard edge-optimize endpoints
9a4f049
feat(llmo): CloudFront wizard prerequisites, origins, behaviors endpo…
3245c39
Merge branch 'main' into feat/llmo-edge-optimize-cloudfront-wizard
ABHA61 bdab820
feat(llmo): add CloudFront edge-optimize mutation wizard steps
a9ebd5d
Merge remote-tracking branch 'origin/feat/llmo-edge-optimize-cloudfro…
59cb877
fix(llmo): clone AWS-managed cache policy instead of failing (P0)
9cb075f
fix(llmo): make Lambda@Edge step idempotent + idle-aware; add status …
e9a32b8
fix(llmo): non-blocking Lambda@Edge create + role status (async-frien…
be2feb7
test(llmo): esmock edge-optimize once per file (fix CI heap OOM)
8161937
Merge branch 'main' into feat/llmo-edge-optimize-cloudfront-wizard
ABHA61 7e40c68
Merge branch 'main' into feat/llmo-edge-optimize-cloudfront-wizard
ABHA61 c0b6d9f
Merge remote-tracking branch 'origin/main' into feat/llmo-edge-optimi…
0c53793
Merge remote-tracking branch 'origin/feat/llmo-edge-optimize-cloudfro…
5dc58a0
fix(llmo): set EO origin custom headers so Verify can pass
ff7e88c
Merge remote-tracking branch 'origin/main' into feat/llmo-edge-optimi…
6bebfaf
fix(llmo): scope EO connector-role trust default to the dev exec role
0f7b2fd
feat(llmo): add idempotent step-on-poll Edge Optimize CloudFront depl…
8e37b30
Merge remote-tracking branch 'origin/main' into feat/llmo-edge-optimi…
d76198a
test(llmo): raise edge-optimize esmock before-hook timeout to 120s
a09528d
Merge remote-tracking branch 'origin/main' into feat/llmo-edge-optimi…
61c75e5
Merge branch 'main' into feat/llmo-edge-optimize-cloudfront-wizard
ABHA61 8345640
fix(llmo): publish Lambda@Edge version in deploy orchestrator
28fe4c7
Merge remote-tracking branch 'origin/main' into feat/llmo-edge-optimi…
14bbe11
Merge remote-tracking branch 'origin/feat/llmo-edge-optimize-cloudfro…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
lets have the namespace as:
/sites/{siteId}/llmo/onboarding/cloudfront/with the APIs as:
/bootstrap-url
/connect
/distributions, etc.
we wouldn't want to keep it limited to edgeoptimize as log forwarding will also use it.