Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 01dac95

Browse files
committed
more changes
1 parent 7b07878 commit 01dac95

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

content/en/user-guide/aws/apigateway/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "API Gateway"
33
linkTitle: "API Gateway"
44
description: Get started with API Gateway on LocalStack
5-
tags: ["Pro image"]
5+
tags: ["Free", "Base"]
66
persistence: supported
7-
87
---
98

109
## Introduction
@@ -13,7 +12,7 @@ API Gateway is a managed service that enables developers to create, deploy, and
1312
It allows easy creation of REST, HTTP, and WebSocket APIs to securely access data, business logic, or functionality from backend services like AWS Lambda functions or EC2 instances.
1413
API Gateway supports standard HTTP methods such as `GET`, `POST`, `PUT`, `PATCH`, and `DELETE` and integrates with various AWS services, including Lambda, Cognito, CloudWatch, and X-Ray.
1514

16-
LocalStack supports API Gateway V1 in the Community image and API Gateway V2 in the Pro image.
15+
LocalStack supports API Gateway V1 (REST API) in the Free plan, and API Gateway V2 (HTTP, Management and WebSocket API) in the Base plan.
1716
LocalStack allows you to use the API Gateway APIs to create, deploy, and manage APIs on your local machine to invoke those exposed API endpoints.
1817

1918
The supported APIs are available on the API coverage page for [API Gateway V1](https://docs.localstack.cloud/references/coverage/coverage_apigateway/) & [API Gateway V2](https://docs.localstack.cloud/references/coverage/coverage_apigatewayv2/), which provides information on the extent of API Gateway's integration with LocalStack.

content/en/user-guide/aws/cloudwatch/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The output should look similar to the following:
127127
```
128128

129129
{{< callout "tip" >}}
130-
You can use [filters](https://docs.aws.amazon.com/cli/latest/reference/logs/filter-log-events.html) or [queries](https://docs.aws.amazon.com/cli/latest/reference/logs/get-query-results.html) with the LocalStack Pro image to refine your results.
130+
You can use [filters](https://docs.aws.amazon.com/cli/latest/reference/logs/filter-log-events.html) or [queries](https://docs.aws.amazon.com/cli/latest/reference/logs/get-query-results.html) with a licensed LocalStack edition to refine your results.
131131
{{< /callout >}}
132132

133133
## Metric Alarms

content/en/user-guide/aws/lambda/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Where necessary, footnotes are used to provide additional context.
176176

177177
{{< callout >}}
178178
Feature availability and coverage is categorized with the following system:
179-
- ⭐️ Only Available in LocalStack Pro image
179+
- ⭐️ Only Available in LocalStack licensed editions
180180
- 🟢 Fully Implemented
181181
- 🟡 Partially Implemented
182182
- 🟠 Not Implemented
@@ -216,7 +216,7 @@ Create a [GitHub issue](https://github.com/localstack/localstack/issues/new/choo
216216
## Lambda Layers (Pro)
217217

218218
[Lambda layers](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) let you include additional code and dependencies in your Lambda functions.
219-
The LocalStack Pro image allows you to deploy Lambda Layers locally to streamline your development and testing process.
219+
With a valid LocalStack license, you can deploy Lambda Layers locally to streamline your development and testing process.
220220
The Community image also allows creating, updating, and deleting Lambda Layers, but they are not applied when invoking a Lambda function.
221221

222222
### Creating and using a Lambda Layer Locally

content/en/user-guide/aws/route53/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Route 53 integrates seamlessly with other AWS services, such as route traffic to
1515

1616
LocalStack allows you to use the Route53 APIs in your local environment to create hosted zones and to manage DNS entries.
1717
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_route53/), which provides information on the extent of Route53's integration with LocalStack.
18-
LocalStack Pro image integrates with our DNS server to respond to DNS queries with these domains.
18+
LocalStack also integrates with our DNS server to respond to DNS queries with these domains.
1919

2020
{{< callout "note">}}
2121
LocalStack CLI does not publish port `53` anymore by default.

content/en/user-guide/tools/aws-replicator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It is only available as part of the **LocalStack Teams** plan and higher.
2323

2424
## Getting started
2525

26-
A valid `LOCALSTACK_AUTH_TOKEN` must be configured to start the LocalStack Pro image.
26+
A valid `LOCALSTACK_AUTH_TOKEN` must be configured to start LocalStack.
2727

2828
{{< callout "note" >}}
2929
The Replicator is in limited preview and is available from LocalStack CLI version 4.2.0.

content/en/user-guide/tools/event-studio/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Event Studio"
33
weight: 12
44
description: Event Studio allows you to record, trace, debug and replay any events exchanged between AWS services.
5-
tags: ["Pro image"]
5+
tags: ["Base"]
66
---
77

88
## Introduction

0 commit comments

Comments
 (0)