# toolkit-for-aws-lambda-extensions **Repository Path**: mirrors_awslabs/toolkit-for-aws-lambda-extensions ## Basic Information - **Project Name**: toolkit-for-aws-lambda-extensions - **Description**: Toolkit for developing AWS Lambda Extensions - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Toolkit for AWS Lambda Extensions This toolkit offers the easiest and fastest approach to developing [AWS Lambda Extensions](https://docs.aws.amazon.com/lambda/latest/dg/lambda-extensions.html). ## Local Builder With [Local Builder](local-builder) you can develop, test and troubleshooting your Lambda Extensions in your local environment. ![Local Builder](assets/local-builder.png) ## Library The library provides building blocks for developing Lambda Extensions. No more _[boilerplate code](https://aws.amazon.com/what-is/boilerplate-code/)_ when developing extensions! ### Usage Please, check the specific version for detailed usage including: - [Node.JS](nodejs/README.md) ### Architecture Through event-driven approach you can select which event types your extension needs and bind them to your custom handlers. ![Architecture](assets/architecture.svg) ### Features Roadmap | Feature | Node.js | |---------------|---------| | Extension API | ✔︎ | | Telemetry API | ✔︎ | | Proxy | ✔︎ | _✔︎ = supported_ _⏱ = planned_ ## Security See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information. ## License This project is licensed under the Apache-2.0 License.