Skip to content

Commit

Permalink
chore: allow ec2:CreateNetworkInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Oct 3, 2023
1 parent 4324d41 commit af450b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ provider:
- "dynamodb:GetItem"
- "dynamodb:UpdateTimeToLive"
Resource: "arn:aws:dynamodb:us-east-1:443862765029:table/cache-table"
- Effect: Allow
Action:
- "ec2:CreateNetworkInterface"
Resource: "*"

tracing:
apiGateway: true
Expand Down

0 comments on commit af450b6

Please sign in to comment.