meetlara/Staging Deploy Lambdas on PR Comment
Work only for PR comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 7, 2026
- License
- None
Pinned Snippet
uses: meetlara/stg-deploy-lambda-on-comment@3363f72ced082ac27a484ce9277484c8449a369d # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token to write comments on PR. Commonly secrets.GITHUB_TOKEN | yes | — |
| match_comment_to_deploy | String that will look for in the PR | no | deploy lambda |
| lambda_names | Function names separated by space | no | — |
| prefix_function_names | Function prefix to match | yes | — |
| aws_access_key_id | AWS Key ID | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| ecr_image_name | Define the repository of the ECR image | yes | — |
| ecr_image_tag | Define the tag of ECR image | yes | — |
| build_working_directory | Define the path of working directory of code to build Docker image | yes | — |
| docker_build_extra_args | Define the extra arguments that you will set to docker build command | no | "" |
Outputs
no outputs