diff --git a/lambda/function.jsonnet b/lambda/function.jsonnet index 499f2de..c1581c8 100644 --- a/lambda/function.jsonnet +++ b/lambda/function.jsonnet @@ -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', }