-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(apigatewayv2): get custom domain url for a given stage #15801
Labels
@aws-cdk/aws-apigatewayv2
Related to Amazon API Gateway v2
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Comments
nija-at
added
good first issue
Related to contributions. See CONTRIBUTING.md
p2
feature-request
A feature should be added or improved.
effort/small
Small work item – less than a day of effort
@aws-cdk/aws-apigatewayv2
Related to Amazon API Gateway v2
labels
Jul 28, 2021
The implementation will be a slightly different implementation of
|
mergify bot
pushed a commit
that referenced
this issue
Aug 12, 2021
Closes #15801 By adding and `apiMapping` field to base.ts, we can reference the custom domain information from the `HttpStage` construct ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
hollanddd
pushed a commit
to hollanddd/aws-cdk
that referenced
this issue
Aug 26, 2021
Closes aws#15801 By adding and `apiMapping` field to base.ts, we can reference the custom domain information from the `HttpStage` construct ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
david-doyle-as24
pushed a commit
to david-doyle-as24/aws-cdk
that referenced
this issue
Sep 7, 2021
Closes aws#15801 By adding and `apiMapping` field to base.ts, we can reference the custom domain information from the `HttpStage` construct ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-apigatewayv2
Related to Amazon API Gateway v2
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Forked off #15689
The constructor for a
Stage
already accepts API mapping options, including custom domain name and mapping key.Provide a way to get the URL for this stage that uses this API mapping instead of the
execute-api
endpoint.This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: