Skip to content

Commit

Permalink
Update lambda permissions to include dynamodb:DescribeTable"
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Oct 28, 2024
1 parent 70c1dfc commit c288750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ provider:
- "dynamodb:DeleteItem"
- "dynamodb:Scan"
- "dynamodb:Query"
- "dynamodb:DescribeTable"
Resource:
- "arn:aws:dynamodb:${self:provider.region}:*:table/${self:custom.calendarTableName}*"

Expand Down

0 comments on commit c288750

Please sign in to comment.