cdklabs / cdk-verified-permissions

Amazon Verified Permissions L2 CDK Constructs
Apache License 2.0
17 stars 2 forks source link

feat: generate schema from cloudformation template #222

Closed joshkraft closed 2 weeks ago

joshkraft commented 3 weeks ago

Fixes #220

This feature allows users to generate a schema from a CloudFormation template containing a RestAPI API Gateway resource. This is useful for allowing users to generate a schema without having to deploy their API and then export an OpenAPI spec - they can just use their CloudFormation template directly.