meetlara/Staging Deploy Docker Image for Lambdas
Build docker image, tag, upload and set on lambdas
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 17, 2025
- License
- None
Pinned Snippet
uses: meetlara/lambda-deploy@43dbc31339fd85421b7203d519fa269045477354 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 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