Search posts, tags, users, and pages
Matt Martz
AWS Community Builder
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...
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
Vince Fulco
In-process building hiring support tools for early SMBs & Startups
What an awesome 10K foot view example.
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