You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in contributing to the CDK. However, we don't manually implement anything in the SAM package. It's all autogenerated based on a SAM spec.
This feature is unavailable because the SAM spec we currently is out of date, and unfortunately there is no authoritative and up to date spec for SAM.
Let me know if there's anything more you would like, or if I've missed anything.
nija-at
added
closing-soon
This issue will automatically close in 4 days unless further comments are made.
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 18, 2020
Extend CfnApi to enable usage of ApiGateway usage plans that is already available in cloudFormation according to https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-api-apiauth.html
But is not available in CDK construct according to https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-sam.CfnApi.AuthProperty.html
Use Case
We are using cfn.Api to define api gateway and now have to implement usage plan for throttling
Proposed Solution
I would extend CfnApi.AuthProperty with missing properties from the spec https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-api-apiauth.html
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: