DEV Community

Discussion on: Adding a Cognito authorizer to API Gateway with the AWS CDK

Collapse
 
ara225 profile image
Anna Aitchison

Hmm, been a while since I've dealt with the CDK, but I'd think there'd be another method on the REST API to do that. Alternatively, I'd suggest using the CDK to generate the cloudformation template without the offending piece, compare that to a cloudformation template doing what you want to do and use add_property_override to correct the CDK version