You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run `make install` in the newly created project to make a distribution package.
213
207
214
-
215
208
#### Using the React template
216
209
217
210
To create an extension with a React-based UI, use the `--template react` flag:
@@ -231,19 +224,9 @@ version [0.1.0]:
231
224
The React template provides a small app with multiple pages to demonstrate how to use multiple pages in the same extension. When you start the LocalStack container with your React-based extension enabled, the extension UI will be automatically available through the LocalStack Web Application.
package.json - public - src - tsconfig.json - pyproject.toml
247
230
</FileTree>
248
231
249
232
The extension UI will be available at `http://localhost.localstack.cloud:4566/_extension/my-localstack-extension/#/dashboard` when LocalStack is running.
Copy file name to clipboardExpand all lines: src/content/docs/aws/tooling/extensions/index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@ title: Overview
3
3
description: Use LocalStack Extensions to customize and extend your local development experience.
4
4
template: doc
5
5
sidebar:
6
-
order: 1
7
-
tags: ["Hobby"]
6
+
label: 'Overview'
7
+
order: 1
8
+
tags: ['Hobby']
8
9
---
9
10
10
11
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, and is ideal for teams that want deeper control over how LocalStack behaves during development or testing.
@@ -30,4 +31,4 @@ Our [MailHog tutorial](/aws/tooling/extensions/mailhog) teaches you how to insta
30
31
:::note
31
32
The feature and the API are currently in preview stage and may be subject to change.
32
33
Please report any issues or feature requests on [LocalStack Extension's GitHub repository](https://github.com/localstack/localstack-extensions).
0 commit comments