From 1690e23ae661ad00bde4f06b0d9754a7d485160a Mon Sep 17 00:00:00 2001 From: Rob Lambell Date: Mon, 8 Jan 2024 19:59:08 +0000 Subject: [PATCH] feat: add missing lambda action to policy.json list event source mappings has been needed since https://github.com/tailwarden/komiser/pull/1040 --- policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/policy.json b/policy.json index ec7fdeebf..258fd27b8 100644 --- a/policy.json +++ b/policy.json @@ -84,6 +84,7 @@ "elasticfilesystem:DescribeFileSystems", "elasticfilesystem:ListTagsForResource", "iam:ListInstanceProfileTags", + "lambda:ListEventSourceMappings", "lambda:ListFunctions", "lambda:ListTags", "es:ListDomainNames",