AWS API Gateway Lambda Function Invocation Permissions – Nuts and Bolts
Introduction AWS API Gateway supports Lambda function invocations over HTTPS. The Lambda functions can be used as functional backend or as request custom authorizers. When you create a simple microservice using AWS API Gateway and Lambda functions, you need to grant permissions to the API Gateway that will allow invocation of those functions. The […]