Skip to content

Commit

Permalink
Update aws-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
preetam810 authored Oct 27, 2024
1 parent e886bd6 commit 9f6fca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
- name: Deploy build to AWS Lambda
run: |
echo "Deploying ${{ github.event.inputs.build-version }} to ${{ github.event.inputs.environment }}..."
echo "Deploying ${{ github.event.inputs.build-version }} to ${{ github.event.inputs.environment }} environment..."
echo ${{ github.event.inputs.environment }}
echo ${{ github.event.inputs.build-repository-type }}
echo ${{ github.event.inputs.build-version }}
aws lambda update-function-code \
--function-name lambda-s3-dynamodb-${{ github.event.inputs.environment }} \
--zip-file fileb://${{ github.event.inputs.build-version }} \
--region us-west-1
--region eu-west-1

0 comments on commit 9f6fca5

Please sign in to comment.