Skip to content

Commit

Permalink
- Update lambda to use the most recent lambda image
Browse files Browse the repository at this point in the history
- Rename lambda function names
  • Loading branch information
Ronaldo Macapobre committed Nov 6, 2024
1 parent 9de71a4 commit d534d2e
Show file tree
Hide file tree
Showing 5 changed files with 1,946 additions and 15 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,10 @@ jobs:
build-args: |
TARGET_FUNCTION=${{ matrix.lambda }}
NODE_VERSION=${{ env.NODE_VERSION }}
- name: Update Lambda Function
shell: bash
run: |
aws lambda update-function-code \
--function-name ${{ vars.APP_NAME }}-${{ env.LAMBDA }}-lambda-${{ vars.ENVIRONMENT_NAME }} \
--image-uri ${{ env.LAMBDA_ECR_REPO_URL }}:${{ env.RESOURCE }}.${{ env.LAMBDA }}-${{ env.SHORT_SHA }}
15 changes: 0 additions & 15 deletions aws/lambdas/location/get-court-rooms-handler/index.ts

This file was deleted.

Loading

0 comments on commit d534d2e

Please sign in to comment.