From 86f866d17553c0dec8e43280410f0700f6b169ee Mon Sep 17 00:00:00 2001 From: smallcase Date: Tue, 7 May 2024 14:50:08 +0530 Subject: [PATCH] feat: test commit --- .github/workflows/sam-deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index 470ca55..69d8701 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -43,5 +43,8 @@ jobs: aws-region: ap-south-1 audience: sts.amazonaws.com role-session-name: lambda-deploy + # sam build - - run: sam deploy -g --config-file samconfig.toml --config-env staging --region ap-south-1 --stack-name sc-platform-pii-lambda-staging --debug \ 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 --debug + env: + SAM_CLI_TELEMETRY: 0 \ No newline at end of file