FormidableLabs / terraform-aws-serverless

Infrastructure support for Serverless framework apps, done the right way
https://registry.terraform.io/modules/FormidableLabs/serverless/aws
MIT License
144 stars 19 forks source link

Bug: Update serverless and shake out bugs. #49

Closed ryan-roemer closed 5 years ago

ryan-roemer commented 5 years ago

Current ones: serverless@1.45.1

logs:DescribeLogGroups

  An error occurred: LayersLogGroup - User: arn:aws:iam::819013376994:user/ryan.roemer-developer is not authorized to perform: logs:DescribeLogGroups on resource: arn:aws:logs:us-east-1:819013376994:log-group::log-stream: (Service: AWSLogs; Status Code: 400; Error Code: AccessDeniedException; Request ID: ee5f1c33-9220-11e9-85d0-d97c7a0f13ee).

Looks like that's the "all describe logs" currently defaulted to just admins.

apigateway:PATCH

  User: arn:aws:iam::819013376994:user/ryan.roemer-admin is not authorized to perform: apigateway:PATCH on resource: arn:aws:apigateway:us-east-1::/restapis/mnan08zp19/stages/sandbox
ryan-roemer commented 5 years ago

apigateway:PATCH is fixed.

Nor sure if logs:DescribeLogGroups is needed still, so closing for now...