...
We can create one or more aliases for our Lambda function. A Lambda alias is like a pointer to a specific function version. We can access the function version using the alias Amazon Resource Name (ARN). We can create or update an alias using the upsertLambdaAlias operation available in the AWS plugin.
...
Below is a sample utility workflow.
...
Step-i: Upsert Alias Details
This step will create or update the Alias and will set the response message, function version, previous function version and additional weights detail as plugin output. Name of the Alias is the mandatory field.
...