How to Secure AWS Lambda Functions Using Amazon API Gateway and AWS IAM
AWS Amazon API Gateway supports multiple methods to secure our REST APIs. One of them, AWS IAM Authorization, is a good fit in scenarios where both the caller and the callee are within AWS, and we want to avoid sharing keys and secrets between them. ...
blog.raulnq.com6 min read