Skip to content

Commit fa863c4

Browse files
committed
updating readme
1 parent d63444a commit fa863c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ And as an example would result in a path that looks like the following:
5656

5757
The `principal` variable is the account number you want to share the layer with. If you put "*" here that will share it to the world.
5858

59+
### Resulting Layer Name
60+
61+
The resulting layer name will look like the following.
62+
63+
64+
arn:aws:lambda:`<AWS_REGION>`:`<AWS_ACCOUNT_ID>`:layer:`<layer-name>`-`<mm-dd-yyy>`:`<layer_version>`
65+
66+
5967
## Layer Paths for each Lambda runtime
6068
For each Lambda runtime, the PATH variable includes specific folders in the /opt directory. If you define the same folder structure in your layer .zip file archive, your function code can access the layer content without the need to specify the path.
6169

0 commit comments

Comments
 (0)