Skip to content

Commit

Permalink
Give lambdas readonly access of cloudwatch logs (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 authored Sep 29, 2023
1 parent dac9afe commit 03a5f69
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ provider:
- s3:PutObject
- s3:PutObjectAcl
Resource: '*'
- Effect: Allow
Action:
- logs:Describe*,
- logs:Get*,
- logs:List*,
- logs:StartQuery,
- logs:StopQuery,
- logs:TestMetricFilter,
- logs:FilterLogEvents,
- logs:StartLiveTail,
- logs:StopLiveTail
Resource: '*'

functions:
- ${file(./src/tasks/functions.yml)}
Expand Down

0 comments on commit 03a5f69

Please sign in to comment.