feat(api-gw): add API-Gateway construct #141
Open
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.
This will create HTTP APIs using an integration for either:
lambda, sqs, alb.
The API can use auth of either: none, auth basic, IAM.
The API will get a custom domain, certificate and dns routes set up for it,
and access logs with a custom log format.
Note that the lambda integration is not thorougly tested in production.
The other integrations are well tested.
The file is a bit big. I could extract some of the sub-constructs to separate files, as long as it doesnt break encapsulation/isolation.
I don't want them exported out.