alegmito/wait-for-lambda-update
Waits for lambda update completion. Use after lambda creation or update.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| function_name | The name of your lambda function | yes | — |
| AWS_ACCESS_KEY_ID | AWS_ACCESS_KEY_ID | yes | — |
| AWS_SECRET_ACCESS_KEY | AWS_SECRET_ACCESS_KEY | yes | — |
| AWS_SESSION_TOKEN | AWS_SESSION_TOKEN | no | — |
| REGION | region where the lambda has been created (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html) | no | us-east-1 |
| HTTP_TIMEOUT | Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000) | no | — |
| MAX_RETRIES | Returns the maximum amount of retries to perform for a service request. By default this value is calculated by the specific service object that the request is being made to. | no | — |
Outputs
| name | description |
|---|---|
| update_status | Update status of the function |
| is_successful | Whether or not the update was seccessful |