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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Run Bash in [AWS Lambda](https://aws.amazon.com/lambda/) via [Layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). This Layer is 100% Bash and handles all communication with the Lambda API. This allows you to run full Bash scripts and commands inside of AWS Lambda. This Layer also includes common CLI tools used in Bash scripts.
4
4
5
-
See the [How To](README.md#HOWTO) section to understand how to use these layers. Also see the [example.sh](example.sh) file for an example of how to write a Bash script compatible with AWS Lambda.
5
+
See the [How To](#how-to) section to understand how to use these layers. Also see the [example.sh](example.sh) file for an example of how to write a Bash script compatible with AWS Lambda.
6
6
7
7
## How To
8
8
@@ -15,14 +15,14 @@ See the [How To](README.md#HOWTO) section to understand how to use these layers.
15
15
3. For the "Runtime" selection, select `Use custom runtime in function code or layer`.
16
16
4. In the "Designer" section of your function dashboard, select the `Layers` box.
17
17
5. Scroll down to the "Referenced Layers" section and click `Add a layer`.
18
-
6. Select the `Provide a layer version ARN` option, then copy/paste the [Layer ARN](README.md#ARNs) for your region.
18
+
6. Select the `Provide a layer version ARN` option, then copy/paste the [Layer ARN](#ARNs) for your region.
19
19
7. Click the `Add` button.
20
20
8. Click `Save` in the upper right.
21
21
9. Upload your code and start using Bash in AWS Lambda!
22
22
23
23
#### AWS CLI
24
24
25
-
1. Create a function that uses the `provided` runtime and the [Layer ARN](README.md#ARNs) for your region.
25
+
1. Create a function that uses the `provided` runtime and the [Layer ARN](#ARNs) for your region.
0 commit comments