Skip to content

Commit

Permalink
fix (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
harinil-mbta authored Jul 6, 2023
1 parent 9855408 commit af587ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy-lambda/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ runs:
role-to-assume: ${{ inputs.role-to-assume }}
aws-region: ${{ inputs.aws-region }}
- name: Package the Lambda function
shell: bash
run: |
zip ${{ inputs.zip-flags }} function.zip ${{ inputs.path-to-zip }}
- name: Deploy to AWS Lambda
shell: bash
run: |
aws lambda update-function-code \
--function-name ${{ inputs.lambda-function }} \
Expand Down

0 comments on commit af587ca

Please sign in to comment.