Skip to content

Commit 04b4d3c

Browse files
committed
word smithing
1 parent 97667c1 commit 04b4d3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Lambda layers provide a convenient way to package libraries and other dependenci
66

77
A layer is a .zip file archive that can contain additional code or data. A layer can contain libraries, a custom runtime, data, or configuration files. Layers promote code sharing and separation of responsibilities so that you can iterate faster on writing business logic.
88

9+
Created this action to save on all the extra code it requires in a Github Worflow to create and publish a layer. This will do all the undifferentiated heavy lifting for you.
10+
11+
912
## How To Use This Action
1013
Currently this option takes three different inputs/arguments. Two of them are required and one is optional.
1114

@@ -19,7 +22,7 @@ Currently this option takes three different inputs/arguments. Two of them are re
1922
| `prefix-folder-path` | string | No | (Optional) An optional prefix that will be used for a folder path inside the S3 bucket |
2023
| `principal` | string | Yes | An AWS Account ID to grant layer usage permissions to |
2124

22-
## Examples
25+
## Getting Started
2326

2427
As as emample, suppose you want to create an AWS Lambda Layer for your lambda function. You can see in the example below some sameple values and they can be shown in an example below for directory layout.
2528

0 commit comments

Comments
 (0)