Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: adding content table #78

Merged
1 commit merged into from Jan 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down