-
Notifications
You must be signed in to change notification settings - Fork 4k
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
API Gateway: Custom API key value and API key export #3233
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
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
in-progress
This issue is being actively worked on.
Comments
SomayaB
added
feature-request
A feature should be added or improved.
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
labels
Oct 10, 2019
Hi @alexarb, thanks for submitting a feature request! We will look into this and someone will update this issue when there is movement. |
This is my temporary fix that I'm using in the meantime (just to be able to read the value into CDK):
|
nija-at
added
effort/small
Small work item βΒ less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
labels
Feb 13, 2020
karupanerura
pushed a commit
to karupanerura/aws-cdk
that referenced
this issue
May 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
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
in-progress
This issue is being actively worked on.
Please add possibility to add custom value and modification for API key in API Gateway.
This feature supported by CFN - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-apikey.html#cfn-apigateway-apikey-value
Also there is need to be able to import existing API keys. For example to be able to migrate to CDK from CFN or manually created resources. And cross-stack interactions.
The text was updated successfully, but these errors were encountered: