Skip to content

Commit 3a08314

Browse files
author
Graham Krizek
committed
Readme fixes
1 parent af9811a commit 3a08314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

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.
66

77
## How To
88

@@ -15,14 +15,14 @@ See the [How To](README.md#HOWTO) section to understand how to use these layers.
1515
3. For the "Runtime" selection, select `Use custom runtime in function code or layer`.
1616
4. In the "Designer" section of your function dashboard, select the `Layers` box.
1717
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.
1919
7. Click the `Add` button.
2020
8. Click `Save` in the upper right.
2121
9. Upload your code and start using Bash in AWS Lambda!
2222

2323
#### AWS CLI
2424

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.
2626

2727
```
2828
$ aws lambda create-function \

0 commit comments

Comments
 (0)