Skip to content

Commit

Permalink
Merge pull request #14 from rrigato/dev
Browse files Browse the repository at this point in the history
lambda function invocation with correct script
  • Loading branch information
rrigato authored Feb 17, 2024
2 parents 623651d + 2fed12a commit 44ef8d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rewatch_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}}
PROJECT_NAME: ${{vars.PROJECT_NAME}}
REGION_NAME: ${{vars.REGION_NAME}}
run: 'scripts/rewatch_build_test.sh'
run: 'scripts/invoke_rewatch_handler.sh'

3 changes: 2 additions & 1 deletion scripts/invoke_rewatch_handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ aws lambda invoke \
--cli-binary-format raw-in-base64-out \
--payload '{}' \
--region $REGION_NAME \
--no-cli-pager
--no-cli-pager \
/dev/stdout

0 comments on commit 44ef8d8

Please sign in to comment.