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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@ cd nodejs;
31
31
cd ..
32
32
```
33
33
34
+
```
35
+
cd java;
36
+
./publish-layers.sh
37
+
cd ..
38
+
```
39
+
34
40
## Attaching Custom Lambda Layer ARNs
35
41
36
42
The layers published to your account may be used directly within SAM, Cloudformation Templates, Serverless.yml, or other configuration methods that allow specifying the use of layers by ARN.
@@ -56,6 +62,9 @@ These steps will help you configure the layers correctly:
56
62
3. Update your functions handler to point to the newly attached layer in the console for your function:
0 commit comments