diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index f3dad50..ee48f85 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -38,4 +38,4 @@ jobs: audience: sts.amazonaws.com role-session-name: lambda-deploy # sam build - - run: sam deploy --config-env staging --region ap-south-1 --config-file samconfig.toml --template template.yaml \ No newline at end of file + - run: sam deploy --config-env staging --region ap-south-1 --config-file samconfig.toml --template template.yaml --stack-name sc-platform-pii-lambda-staging \ No newline at end of file