From d6ef3df0164bfe3d03b378efc8e421de99059140 Mon Sep 17 00:00:00 2001 From: smallcase Date: Tue, 7 May 2024 14:11:34 +0530 Subject: [PATCH] feat: test commit --- .github/workflows/sam-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index 488dab1..b08fa18 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -44,4 +44,4 @@ jobs: audience: sts.amazonaws.com role-session-name: lambda-deploy # sam build - - run: sam deploy --config-file samconfig.toml --config-env staging --region ap-south-1 --stack-name sc-platform-pii-lambda-staging \ No newline at end of file + - run: sam deploy -g --config-file samconfig.toml --config-env staging --region ap-south-1 --stack-name sc-platform-pii-lambda-staging \ No newline at end of file