RestApi: support modifying api key source to ApiKeySourceType.AUTHORIZER #29309
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Currently
RestApi
construct does not support adjusting theApiKeySourceType
property.This is supported via the
RestApiProps
in other RestApi constructs such asLambdaRestApi
via the props settings.In the console this feature is available inside API Settings -> API key source.
Please add this functionality in some way.
Thanks
Use Case
We work with api gateway usage-plan. the api-key is extracted by the lambda authorizer.
Currently we had to build a custom resource to implement this.
Thanks very much
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.129.0
Environment details (OS name and version, etc.)
Python cdk
The text was updated successfully, but these errors were encountered: