Skip to content

Commit

Permalink
docs: fix README name
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloHirsch committed Oct 22, 2023
1 parent b175f98 commit 9ac5621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ These are the necessary permissions to correctly deploy the stack in a CI/CD pip
"lambda:GetPolicy"
],
"Resource": [
"arn:aws:lambda:REDACTED_REGION:REDACTED_ACCOUNT_ID:function:alexa-skill-my-plants-stream",
"arn:aws:lambda:REDACTED_REGION:REDACTED_ACCOUNT_ID:function:alexa-skill-my-plants",
"arn:aws:iam::REDACTED_ACCOUNT_ID:role/alexa-skill-my-plants-lambda-role"
]
},
Expand Down Expand Up @@ -136,7 +136,7 @@ These are the necessary permissions to correctly deploy the stack in a CI/CD pip
"logs:UntagLogGroup",
"logs:CreateLogGroup"
],
"Resource": "arn:aws:logs:REDACTED_REGION:REDACTED_ACCOUNT_ID:log-group:/aws/lambda/alexa-skill-my-plants-stream:*"
"Resource": "arn:aws:logs:REDACTED_REGION:REDACTED_ACCOUNT_ID:log-group:/aws/lambda/alexa-skill-my-plants:*"
},
{
"Sid": "ListPermissions",
Expand Down

0 comments on commit 9ac5621

Please sign in to comment.