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