Shujon Mollah

Results 4 comments of Shujon Mollah

The only thing I had to add in addition to @wesleykerr's doc above is `"events:ListRules"` and a policy that gives access to the S3 bucket ``` json { "Version": "2012-10-17",...

When I do `zappa tail dev` I get ``` ClientError: An error occurred (AccessDeniedException) when calling the DescribeLogStreams operation: User: arn:aws:iam:::user/circleci-zappa is not authorized to perform: logs:DescribeLogStreams on resource: arn:aws:logs:us-east-1::log-group:/aws/lambda/parentfoldername-dev:log-stream:...

I started noticing a lot of these in CI: ``` ClientError: An error occurred (LimitExceededException) when calling the PutTargets operation: The requested resource exceeds the maximum number allowed. ``` and...

Just discovered that downgrading my sls chromeless dependency down to 1.2.0 fixes this issue.