Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 alias using the upsertLambdaAlias operation available in the AWS plugin.

Objective

The goal of the this tutorial is to create an Alias alias and map it to a Lambda function version. We will also use the routing configuration option to provide Additional version weight details.

...

Workflow Detail

Navigate to the Workflows tab and create a utility workflow using the “+”(Click to create new Workflow) (blue star) button as highlighted below.

...

The Workflow Group and Subgroup define the folder hierarchy. Once both workflows are created it should look like the below. No constraint on workflow or folder naming convention.

...

The steps of the workflow execution can be configured through the Workflow Definition section.

...

Below is a sample utility workflow.

...

Step-i: Upsert Alias Details

...