-
Notifications
You must be signed in to change notification settings - Fork 1
New: [AEA-6258] - Add SSM Parameter construct #619
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
02b0af2
refactor: api gateway from cpt for reuse
tstephen-nhs 455b657
Merge branch 'main' into aea-6254-cdk-api-gateway
tstephen-nhs 26fbada
feat: add state machine construct inc. api gateway endpoint
tstephen-nhs db95a9f
chore: fix 'any' use
tstephen-nhs d3594ca
Merge branch 'main' into aea-6254-cdk-api-gateway
tstephen-nhs f3a9207
Add a construct that creates a batch of SSM parameters, thier outputs…
wildjames c7dbb39
Hack around sonar complaint
wildjames f7e421d
Add some validation around parameters being unique, and unit tests wr…
wildjames 2afccf1
Fallback to non optional descriptions and names
wildjames dc6f2d3
Merge in aea-6256-cdk-statemachine
wildjames bb83c29
fix: enforce expected role
tstephen-nhs 74d0de2
fix: make LogGroup child of API gateway
tstephen-nhs c7d714d
chore: add sonarqube plugin for 'clean as you code'
tstephen-nhs f2e9325
fix: protect against enabling csoc with no destination
tstephen-nhs 0ac46b1
chore: clean imports
tstephen-nhs b500519
chore: ignore SQ rather than add extra var declaration
tstephen-nhs 734254b
docs: JS doc
tstephen-nhs e26e480
docs: example of ApiGateway use
tstephen-nhs 50ebe0a
Merge branch 'aea-6254-cdk-api-gateway' into aea-6258-ssm-parameters
wildjames bd610d0
refactor: centralise constants
tstephen-nhs 4912c82
Add jsdocs to the construct
wildjames a784142
Allow a fallback value on get env var
wildjames 7b17511
Allow default values in env vars. Tests
wildjames 503d44c
Merge branch 'main' into aea-6254-cdk-api-gateway
tstephen-nhs 0ae7177
revert git secrets install
tstephen-nhs 2b92465
fix: use postCreate to avoid git-secrets failing on second and subseq…
tstephen-nhs 70e7f20
docs: add copilot instructions and teach it to write JSDoc
tstephen-nhs a5a01ac
Merge branch 'main' into aea-6254-cdk-api-gateway
tstephen-nhs 3176a52
chore: adopt latest get-repo-config.yml
tstephen-nhs 87cba70
chore: strip comment from devcontainer.json
tstephen-nhs dcab80b
Merge in latest from Tims branch
wildjames 1f2297d
Resolve conflicts
wildjames f5a4f8d
Run linter
wildjames d15b6f7
Go away sonar
wildjames 92376db
Address comments
wildjames 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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,3 +27,4 @@ _site/ | |
| .jekyll-metadata | ||
| vendor | ||
| .trivy_out/ | ||
| *.tgz | ||
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.