You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ARM | __arn:aws-us-gov:lambda:us-gov-west-1:165093116878:layer:AWSLambdaPowertoolsPythonV3-{python_version}-arm64:6__{: .copyMe}:clipboard: |
232
232
233
233
=== "Serverless Application Repository (SAR)"
234
234
@@ -319,7 +319,7 @@ In this context, `[aws-sdk]` is an alias to the `boto3` package. Due to dependen
319
319
The pre-signed URL to download this Lambda Layer will be within `Location` key in the CLI output. The CLI output will also contain the Powertools for AWS Lambda version it contains.
320
320
321
321
```bash title="AWS CLI command to download Lambda Layer content"
Copy file name to clipboardExpand all lines: examples/homepage/install/arm64/amplify.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
? Do you want to configure advanced settings? Yes
7
7
...
8
8
? Do you want to enable Lambda layers for this function? Yes
9
-
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-arm64:5
9
+
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-arm64:6
10
10
❯ amplify push -y
11
11
12
12
@@ -17,5 +17,5 @@ General information
17
17
- Name: <NAME-OF-FUNCTION>
18
18
? Which setting do you want to update? Lambda layers configuration
19
19
? Do you want to enable Lambda layers for this function? Yes
20
-
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-arm64:5
20
+
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-arm64:6
21
21
? Do you want to edit the local lambda function now? No
Copy file name to clipboardExpand all lines: examples/homepage/install/x86_64/amplify.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
? Do you want to configure advanced settings? Yes
7
7
...
8
8
? Do you want to enable Lambda layers for this function? Yes
9
-
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-x86_64:5
9
+
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-x86_64:6
10
10
❯ amplify push -y
11
11
12
12
@@ -17,5 +17,5 @@ General information
17
17
- Name: <NAME-OF-FUNCTION>
18
18
? Which setting do you want to update? Lambda layers configuration
19
19
? Do you want to enable Lambda layers for this function? Yes
20
-
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-x86_64:5
20
+
? Enter up to 5 existing Lambda layer ARNs (comma-separated): arn:aws:lambda:eu-central-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python312-x86_64:6
21
21
? Do you want to edit the local lambda function now? No
0 commit comments