Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions src/content/docs/aws/tooling/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ sidebar:
tags: ["Base"]
---

![LocalStack Extensions](/images/aws/localstack-extensions-header.png)

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:
Expand All @@ -23,6 +21,12 @@ The Extensions API makes it easy to integrate your own logic or extend existing

Officially supported extensions are available in our [Official Extensions Library](https://app.localstack.cloud/extensions/library). To install and use extensions, you'll need an active LocalStack license.

:::tip
Want to try out a common LocalStack extension?

Our [MailHog tutorial](/aws/tooling/extensions/mailhog) teaches you how to install and use the official MailHog extension. It’s a quick way to explore how extensions work in LocalStack.
:::

:::note
The feature and the API are currently in preview stage and may be subject to change.
Please report any issues or feature requests on [LocalStack Extension's GitHub repository](https://github.com/localstack/localstack-extensions).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting started
description: Get started with LocalStack extensions by installing and using the official MailHog extension.
title: MailHog
description: Learn how to install and use the official MailHog extension.
template: doc
sidebar:
order: 2
Expand Down