mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Break the CreateLogStream and PutLogEvents rights apart from one another. Each of them requires a different resource reference since they reference the LogGroup and LogGroup's LogStream respectively (i.e. you are creating the resource in the first that the second is putting log events into).