From 647d2447edc7ef41ca0cb50e60ef18cabd05de78 Mon Sep 17 00:00:00 2001 From: Callum Bodels Date: Wed, 4 Jan 2023 13:25:52 +0000 Subject: [PATCH] docs: adding content table 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. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 45674c9..11f9fb8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,20 @@ requests instead of the JSON events required for deployment to Lambda. This comp 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. +## Content +* [Installing](#installing) +* [Getting started](#getting-started) + * [Test an image with RIE included in the image](#test-an-image-with-rie-included-in-the-image) + * [To test your Lambda function with the emulator](#to-test-your-lambda-function-with-the-emulator) + * [Build RIE into your base image](#build-rie-into-your-base-image) + * [To build the emulator into your image](#to-build-the-emulator-into-your-image) + * [Test an image without adding RIE to the image](#test-an-image-without-adding-rie-to-the-image) +* [How to configure](#how-to-configure) +* [Level of support](#level-of-support) +* [Security](#security) +* [License](#license) + + ## Installing Instructions for installing AWS Lambda Runtime Interface Emulator for your platform