masoudkarimif/Lambda Update with Slack
This action updates a Lambda function from a .zip file and sends notifications on Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| s3_bucket | Name of the S3 bucket to upload the code to | yes | — |
| s3_key | Name of the S3 object for the artifact | yes | — |
| function_name | Name of the Lambda function | yes | — |
| code_path | Path of the .zip file to be deployed | yes | — |
| working_directory | Current working directory | no | — |
| aws_region | AWS region | yes | — |
| aws_access_key_id | AWS access key id | no | — |
| aws_secret_access_key | AWS secret access key | no | — |
| slack_hook | Slack hook endpoint | no | — |
| env | Name of the environment (e.g. dev, stage, prod) | no | — |
Outputs
no outputs