Skip to content

Action that waits while the lambda functnion update is completed and returns the state of the last update

License

Notifications You must be signed in to change notification settings

mindbox-cloud/Teal.wait-for-lambda-update

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

typescript-action status

Input parameters

Credentials

Key Type Required Description
AWS_ACCESS_KEY_ID string Yes Access Key ID
AWS_SECRET_ACCESS_KEY string Yes Secret Access Key
AWS_SESSION_TOKEN string No Session Token
REGION string No Default us-east-1. Region where the Lambda function has been created.

AWS Security Credentials reference
AWS Temporary Credentials reference

Invocation

Key Type Required Description
functnion_name string Yes Name of the Lambda function to be invoked.

Output

Key Type Description
update_status string UpdateStatus response from the Lambda function invocation. Could be Successful or Failed after action completion
is_successful bool Whether or not the update was successful
version string The version of the Lambda function

For more info about lambda function update see https://aws.amazon.com/blogs/compute/tracking-the-state-of-lambda-functions/

About

Action that waits while the lambda functnion update is completed and returns the state of the last update

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •