1562 Views
Before we can start storing data in our DynamoDB, we need to set some permissions for the Lambda function to have write access. But the Lambda function does not have the permissions to interact with our DynamoDB table by default. So we need to give these permissions to our Lambda function.
0 comments