Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit ade7d78

Browse files
authored
docs(lambda): add layer v2 mapping and remove New badge (#853)
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
1 parent e507a26 commit ade7d78

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/content/docs/user-guide/deploy/deploy_to_aws_lambda.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: Deploying Strands Agents SDK Agents to AWS Lambda
33
sidebar:
44
label: "AWS Lambda"
5-
badge:
6-
text: New
7-
variant: note
85
tags: [deployment, aws]
96
---
107

@@ -85,7 +82,7 @@ arn:aws:lambda:{region}:856699698935:layer:strands-agents-py{python_version}-{ar
8582
**Example:**
8683

8784
```
88-
arn:aws:lambda:us-east-1:856699698935:layer:strands-agents-py3_12-x86_64:1
85+
arn:aws:lambda:us-east-1:856699698935:layer:strands-agents-py3_12-x86_64:2
8986
```
9087

9188
| Component | Options |
@@ -98,6 +95,7 @@ arn:aws:lambda:us-east-1:856699698935:layer:strands-agents-py3_12-x86_64:1
9895

9996
| Layer Version | SDK Version |
10097
|---------------|-------------|
98+
| 2 | strands-agents v1.40.0 |
10199
| 1 | strands-agents v1.23.0 |
102100

103101
To check the details of a layer version yourself:

0 commit comments

Comments
 (0)