News

Also give lambda DynamoDB access role. Creating an API Gateway that authenticates requests using a Lambda authorizer and manages quotas and rate limiting through API keys One POST method for adding ...
So the most straight forward way to that is simply write my own customized lambda authorizer and bind to my API gateway. I've got this dynamoDB table "ApiUser" to store my client information, to put ...