Create a Cross-Account IAM Authorized APIGateway with CDK
I have a use case where I need a lambda in AWS account A to privately request information from an APIGateway in AWS account B. Normally we do this using Auth0 Machine-to-Machine (m2m) JWTs and a lambda authorizer that verifies these using the public...
martzmakes.com6 min read
James Rajkumar
Hi Matt Martz Excellent post. I have a question regarding IAM authorization. Do you know how to apply IAM authorization to specific routes instead of all routes using cdk. I am not able to find a solution. My cdk code creates a "/ ANY" now