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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ These steps will help you configure the layers correctly:
60
60
2. Copy the ARN of the most recent AWS Lambda Layer version and attach it to your function.
61
61
* Using Cloudformation, this refers to adding your layer arn to the Layers property of a [AWS::Lambda::Function resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html).
62
62
3. Update your functions handler to point to the newly attached layer in the console for your function:
0 commit comments