AWS Lambda function with DynamoDB – put and putItem not adding item to table – Amazon Web Sevices
I'm trying to use Lambda functions for a basic database API, with calls to be made directly to each Lambda function via its function URL. It's working perfectly for getting a database item by its id, but when I try…