Skip to content

Commit c02b3c2

Browse files
authored
Lambda alias exception
Updated the relationship between Lambda alias and function version.
1 parent 174fd25 commit c02b3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/configuration-aliases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lambda function aliases<a name="configuration-aliases"></a>
22

3-
You can create one or more aliases for your Lambda function\. A Lambda alias is like a pointer to a specific function version\. Users can access the function version using the alias Amazon Resource Name \(ARN\)\.
3+
You can create one or more aliases for your Lambda function\. A Lambda alias is like a pointer to a specific function version with the exception that it can point to two function versions during [traffic shifting](https://aws.amazon.com/about-aws/whats-new/2017/11/aws-lambda-supports-traffic-shifting-and-phased-deployments-with-aws-codedeploy/)\. Users can access the function version using the alias Amazon Resource Name \(ARN\)\.
44

55
**Topics**
66
+ [Creating a function alias \(Console\)](#configuration-aliases-config)
@@ -158,4 +158,4 @@ When you configure traffic weights between two function versions, there are two
158158
For alias invocations, Lambda uses the `Executed Version` dimension to filter the metric data by the invoked version\. For more information, see [Working with Lambda function metrics](monitoring-metrics.md)\.
159159
+ **Response payload \(synchronous invocations\)** – Responses to synchronous function invocations include an `x-amz-executed-version` header to indicate which function version has been invoked\.
160160

161-
161+

0 commit comments

Comments
 (0)