From 4b1f3e0a9d3ea86449d2be698b3b985bcbcc6ca4 Mon Sep 17 00:00:00 2001 From: Delena Malan Date: Mon, 15 Jan 2024 16:30:59 +0200 Subject: [PATCH] Add BuildMethod to SAM template --- template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index 6837017..282a0af 100644 --- a/template.yaml +++ b/template.yaml @@ -563,7 +563,8 @@ Resources: Properties: Enabled: !If [OnSchedule, false, true] Schedule: !If [OnSchedule, !Ref ScheduleExpression, "rate(15 minutes)"] - + Metadata: + BuildMethod: makefile KeyAlias: Type: AWS::KMS::Alias