I want to give full DynamoDB access for lambda in AWS serverless repo. But policies templates provided by them have not these permissions
Asked
Active
Viewed 478 times
1 Answers
1
You can get an example here
The key part is:
PutFunction:
Type: AWS::Serverless::Function
Properties:
Policies: AmazonDynamoDBFullAccess

DJo
- 2,133
- 4
- 30
- 46

S. Takezawa
- 36
- 2