From 31fc4ac2f06b6b6da033e621f958e163bf8fb693 Mon Sep 17 00:00:00 2001 From: voorepreethi Date: Thu, 14 Nov 2024 13:00:30 +0530 Subject: [PATCH] ci: updated s3 bucket for lambda publishing --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fb5a3ed..1c8600d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - + jobs: build-and-deploy: runs-on: ubuntu-latest @@ -29,7 +29,7 @@ jobs: run: sam build --template-file firehose-template.yaml --region us-east-2 - name: Package SAM Application - run: sam package --s3-bucket unified-lambda-cft-1 --output-template-file firehose-template.yaml --region us-east-2 + run: sam package --s3-bucket unified-lambda-serverless-1 --output-template-file firehose-template.yaml --region us-east-2 - name: Upload CloudFormation Template to S3 run: aws s3 cp firehose-template.yaml s3://unified-lambda-serverless-1/firehose-template.yaml \ No newline at end of file