Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

lambdaExecRoleArn missing permissions. #17

Closed
Altavious opened this issue Dec 12, 2016 · 1 comment
Closed

lambdaExecRoleArn missing permissions. #17

Altavious opened this issue Dec 12, 2016 · 1 comment

Comments

@Altavious
Copy link

I ran into a couple permissions issues while using the iam roles in the readme, my latest version for the lambda function needed the following added:

            "logs:CreateLogGroup",
            "logs:CreateLogStream",
            "logs:PutLogEvents",
            "lambda:CreateFunction",
            "iam:passrole"
@IanMeyers
Copy link
Contributor

Fixed in docs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants