Overview
LocalStack Extensions let you customize and extend LocalStack’s core functionality by running additional logic and services inside the same container. This feature is available in our paid offering, and is ideal for teams that want deeper control over how LocalStack behaves during development or testing.
You can use LocalStack Extensions to:
-
Start custom services alongside LocalStack in the same container (see our Cloudflare Workers Extension)
-
Intercept AWS requests with additional information before they reach your Lambda functions
-
Log API calls to custom external backends or monitoring systems
The Extensions API makes it easy to integrate your own logic or extend existing services, all within LocalStack’s runtime.
Officially supported extensions are available in our Official Extensions Library. To install and use extensions, you’ll need an active LocalStack license.