Skip to content

Commit 4c56a13

Browse files
author
Callum Bodels
authored
docs: adding content table (aws#78)
Add content table to README.md, making it more convenient for users to find the information they need and enabling them to quickly jump to specific sections.
1 parent de2c850 commit 4c56a13

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ requests instead of the JSON events required for deployment to Lambda. This comp
1414
Lambda’s orchestrator, or security and authentication configurations. You can get started by downloading and installing it on your local machine. When the Lambda Runtime API emulator is executed, a `/2015-03-31/functions/function/invocations` endpoint will be stood up within the container that you post data to it in order to invoke your function for testing.
1515

1616

17+
## Content
18+
* [Installing](#installing)
19+
* [Getting started](#getting-started)
20+
* [Test an image with RIE included in the image](#test-an-image-with-rie-included-in-the-image)
21+
* [To test your Lambda function with the emulator](#to-test-your-lambda-function-with-the-emulator)
22+
* [Build RIE into your base image](#build-rie-into-your-base-image)
23+
* [To build the emulator into your image](#to-build-the-emulator-into-your-image)
24+
* [Test an image without adding RIE to the image](#test-an-image-without-adding-rie-to-the-image)
25+
* [How to configure](#how-to-configure)
26+
* [Level of support](#level-of-support)
27+
* [Security](#security)
28+
* [License](#license)
29+
30+
1731
## Installing
1832

1933
Instructions for installing AWS Lambda Runtime Interface Emulator for your platform

0 commit comments

Comments
 (0)