Skip to content

Commit

Permalink
fix permissions for burst invoker after test function name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Learnspree committed Feb 22, 2020
1 parent d9067ee commit ef994eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-test/aws-burst-invoker/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provider:
- Effect: Allow
Action:
- lambda:InvokeFunction
Resource: "arn:aws:lambda:${self:provider.region}:*:function:aws-empty-test*"
Resource: "arn:aws:lambda:${self:provider.region}:*:function:aws-test*"

coldstart-param-reuse: &coldstart-param
runtime: python3.8
Expand Down

0 comments on commit ef994eb

Please sign in to comment.