Created
October 14, 2022 12:59
-
-
Save HimanshuSharma-Angel/d6f9a46b79e3e60e3edc740b9d05d331 to your computer and use it in GitHub Desktop.
github action to invoke lambda function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Invoke foobarFunction Lambda | |
uses: gagoar/invoke-aws-lambda@master | |
with: | |
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | |
FunctionName: foobarFunction | |
Payload: '{ "myParameter": false }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment