Skip to content

Commit fbd8505

Browse files
docs: REVERT "Make extensions available in Free plan (#391)" (#396)
1 parent 3d64851 commit fbd8505

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/content/docs/aws/tooling/extensions/developing-extensions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to develop your own extensions.
44
template: doc
55
sidebar:
66
order: 4
7-
tags: ["Free"]
7+
tags: ["Base"]
88
---
99

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

src/content/docs/aws/tooling/extensions/extensions-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Extend LocalStack by adding new services and features as extensions
44
template: doc
55
sidebar:
66
order: 5
7-
tags: ["Free"]
7+
tags: ["Base"]
88
---
99

1010
## Introduction
1111

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

15-
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).
15+
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).
1616

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

src/content/docs/aws/tooling/extensions/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Use LocalStack Extensions to customize and extend your local develo
44
template: doc
55
sidebar:
66
order: 1
7-
tags: ["Free"]
7+
tags: ["Base"]
88
---
99

10-
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.
10+
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.
1111

1212
You can use LocalStack Extensions to:
1313

@@ -19,7 +19,7 @@ You can use LocalStack Extensions to:
1919

2020
The Extensions API makes it easy to integrate your own logic or extend existing services, all within LocalStack’s runtime.
2121

22-
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.
22+
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.
2323

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

src/content/docs/aws/tooling/extensions/mailhog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install and use the official MailHog extension.
44
template: doc
55
sidebar:
66
order: 2
7-
tags: ["Free"]
7+
tags: ["Base"]
88
---
99

1010
## Introduction

src/content/docs/aws/tooling/extensions/managing-extensions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to manage LocalStack extensions in your LocalStack environment.
44
template: doc
55
sidebar:
66
order: 3
7-
tags: ["Free"]
7+
tags: ["Base"]
88
---
99

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

0 commit comments

Comments
 (0)