Skip to content

Commit

Permalink
fix role name
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Feb 4, 2022
1 parent b180f73 commit aa654d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/function.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
FunctionName: 'tracer',
MemorySize: 128,
Handler: 'index.handler',
Role: 'arn:aws:iam::314472643515:role/ecspresso-test-lambda',
Role: 'arn:aws:iam::{account_id}:role/{role_name}',
Runtime: 'provided.al2',
}

0 comments on commit aa654d4

Please sign in to comment.