a-pavithraa/Lambda Deployment
Deploy to Lambda
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 6, 2023
- License
- None
Pinned Snippet
uses: a-pavithraa/lambda-deploy-action@3dfae38c5b231ebed8de173a96c761f1b2762ac4 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | AWS Region | — | — |
| function_name | Name of the function | — | — |
| s3_bucket | S3 Bucket name | — | — |
| s3_key | S3 Key name | — | — |
| zip_file | AWS lambda zip file | — | — |
| create_function | Flag for creating a new lambda function | — | false |
| runtime | Lambda runtime | — | — |
| memory | Lambda memory | — | — |
| environment_variables | Environment variables | — | — |
| role_arn | Role ARN | — | — |
Outputs
no outputs