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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How to develop your own extensions.
template: doc
sidebar:
order: 4
tags: ["Base"]
tags: ["Free"]
---

import { FileTree } from '@astrojs/starlight/components';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ description: Extend LocalStack by adding new services and features as extensions
template: doc
sidebar:
order: 5
tags: ["Base"]
tags: ["Free"]
---

## Introduction

LocalStack extensions allows you to extend and customize LocalStack.
A LocalStack extension is a Python application that runs together with LocalStack within the LocalStack container.

LocalStack extensions are available to licensed users, and the list of available extensions can be found in the [Extensions Library](https://app.localstack.cloud/extensions/library).
LocalStack extensions are available to all users with a LocalStack account, and the list of available extensions can be found in the [Extensions Library](https://app.localstack.cloud/extensions/library).

![LocalStack Extensions Library](/images/aws/extensions-library-ui.png)

Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/aws/tooling/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Use LocalStack Extensions to customize and extend your local develo
template: doc
sidebar:
order: 1
tags: ["Base"]
tags: ["Free"]
---

LocalStack Extensions let you customize and extend LocalStacks 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.
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 across all LocalStack plans, including Free, 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 @@ -19,7 +19,7 @@ You can use LocalStack Extensions to:

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](https://app.localstack.cloud/extensions/library). To install and use extensions, you'll need an active LocalStack license.
Officially supported extensions are available in our [Official Extensions Library](https://app.localstack.cloud/extensions/library). To install and use extensions, you'll need a LocalStack account.

:::tip
Want to try out a common LocalStack extension?
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/tooling/extensions/mailhog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to install and use the official MailHog extension.
template: doc
sidebar:
order: 2
tags: ["Base"]
tags: ["Free"]
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How to manage LocalStack extensions in your LocalStack environment.
template: doc
sidebar:
order: 3
tags: ["Base"]
tags: ["Free"]
---

import { FileTree } from '@astrojs/starlight/components';
Expand Down