Amazon web services – AWS Lambda doesn't have DynamoDB permissions when invoked by URL/API Gateway
We have a pair of existing AWS Lambda functions that read/write from a DynamoDB table. I created a new function and table; the function is very basic, just does a putItem on the DynamoDB table. I can successfully invoke it…