Skip to content
Open
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
10 changes: 5 additions & 5 deletions src/components/PageSidebarWithBadges.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const isSnowflakePage = route.id.startsWith('snowflake/');
const tags = route.entry?.data?.tags || [];

const pricingTags = tags.filter((tag) =>
['Free', 'Base', 'Ultimate', 'Enterprise'].includes(tag)
['Hobby', 'Base', 'Ultimate', 'Enterprise'].includes(tag),
);

const getAvailablePlans = (plans: string[], isSnowflake: boolean) => {
Expand All @@ -20,9 +20,9 @@ const getAvailablePlans = (plans: string[], isSnowflake: boolean) => {
if (isSnowflake) {
return plans.length > 0 ? ['Base'] : [];
}
// AWS has Free, Base, Ultimate
if (plans.includes('Free')) {
return ['Free', 'Base', 'Ultimate'];
// AWS has Hobby, Base, Ultimate
if (plans.includes('Hobby')) {
return ['Hobby', 'Base', 'Ultimate'];
} else if (plans.includes('Base')) {
return ['Base', 'Ultimate'];
} else if (plans.includes('Ultimate')) {
Expand Down Expand Up @@ -105,7 +105,7 @@ const availablePlans = getAvailablePlans(pricingTags, isSnowflakePage);
letter-spacing: -0.2px;
}

.pricing-badge-free {
.pricing-badge-hobby {
background: #e1e3eb;
color: #3a3c47;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Initialization Hooks
description: Writing shell or Python scripts to customize or initialize your LocalStack instance.
template: doc
tags: ["Free"]
tags: ["Hobby"]
---

import { Tabs, TabItem, FileTree } from '@astrojs/starlight/components';
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/capabilities/web-app/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Accounts
description: A LocalStack account is required to access features in the Web Application, and to access any of our offerings.
sidebar:
order: 2
tags: ["Free"]
tags: ["Hobby"]
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Instance Management allows you to view and manage your LocalStack i
template: doc
sidebar:
order: 6
tags: ["Free"]
tags: ["Hobby"]
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The Resource Browser allows you to view and manage your local AWS r
template: doc
sidebar:
order: 5
tags: ["Free"]
tags: ["Hobby"]
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Stack Overview reflects the current state of your LocalStack enviro
template: doc
sidebar:
order: 8
tags: ["Free"]
tags: ["Hobby"]
---

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/acm.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Certificate Manager (ACM)"
description: Get started with AWS Certificate Manager (ACM) on LocalStack
tags: ["Free"]
tags: ["Hobby"]
persistence: supported
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/apigateway.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "API Gateway"
description: Get started with API Gateway on LocalStack
tags: ["Free", "Base"]
tags: ["Hobby", "Base"]
persistence: supported
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/cloudformation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "CloudFormation"
description: Get started with Cloudformation on LocalStack
persistence: supported with limitations
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/cloudwatch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "CloudWatch"
description: Get started with AWS CloudWatch on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Config"
description: Get started with Config on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/dynamodb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: DynamoDB
description: Get started with DynamoDB on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/ec2.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Elastic Compute Cloud (EC2)"
tags: ["Free"]
tags: ["Hobby"]
description: Get started with Amazon Elastic Compute Cloud (EC2) on LocalStack
persistence: supported with limitations
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/es.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Elasticsearch Service"
description: Get started with Amazon Elasticsearch Service (ES) on LocalStack
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "EventBridge"
description: Get started with EventBridge on LocalStack
persistence: supported with limitations
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/firehose.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Data Firehose"
description: Get started with Data Firehose on LocalStack
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/iam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Identity and Access Management (IAM)"
description: Get started with AWS Identity and Access Management (IAM) on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/kinesis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Kinesis Data Streams"
description: Get started with Kinesis Data Streams on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/kms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Key Management Service (KMS)"
description: Get started with Key Management Service (KMS) on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/lambda.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Lambda"
description: Get started with Lambda on LocalStack
tags: ["Free"]
tags: ["Hobby"]
persistence: supported with limitations
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/logs.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "CloudWatch Logs"
description: Get started with AWS CloudWatch Logs on LocalStack
tags: ["Free"]
tags: ["Hobby"]
persistence: supported
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/opensearch.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "OpenSearch Service"
description: Get started with OpenSearch Service on LocalStack
tags: ["Free"]
tags: ["Hobby"]
persistence: supported
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/redshift.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Redshift"
description: Get started with Redshift on LocalStack
tags: ["Free", "Ultimate"]
tags: ["Hobby", "Ultimate"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/resource-groups.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Resource Groups"
tags: ["Free"]
tags: ["Hobby"]
description: >
Get started with Resource Groups on LocalStack
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/route53.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Route 53"
description: Get started with Route 53 on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/route53resolver.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Route 53 Resolver"
description: Get started with Route 53 Resolver on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/s3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Simple Storage Service (S3)"
description: Get started with Amazon S3 on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/scheduler.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "EventBridge Scheduler"
description: Get started with EventBridge Scheduler on LocalStack
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/secretsmanager.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Secrets Manager"
description: Get started with Secrets Manager on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/ses.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Simple Email Service (SES)"
description: Get started with Amazon Simple Email Service (SES) on LocalStack
tags: ["Free", "Base"]
tags: ["Hobby", "Base"]
persistence: supported
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/sns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Simple Notification Service (SNS)"
description: Get started with Simple Notification Service (SNS) on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/sqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Simple Queue Service (SQS)"
description: Get started with Simple Queue Service (SQS) on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/ssm.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Systems Manager (SSM)"
description: Get started with Systems Manager (SSM) on LocalStack
tags: ["Free"]
tags: ["Hobby"]
persistence: supported
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/stepfunctions.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Step Functions"
tags: ["Free"]
tags: ["Hobby"]
description: Get started with Step Functions on LocalStack
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/sts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Security Token Service (STS)"
description: Get started with Security Token Service on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Support"
description: Get started with Support on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/swf.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Simple Workflow Service (SWF)"
description: Get started with Simple Workflow Service (SWF) on LocalStack
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/transcribe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Transcribe"
description: Get started with Amazon Transcribe on LocalStack
persistence: supported
tags: ["Free"]
tags: ["Hobby"]
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/tooling/dns-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: DNS Server
description: Use LocalStack as DNS server to resolve AWS queries to LocalStack.
template: doc
tags: ["Free"]
tags: ["Hobby"]
---

LocalStack includes a DNS server that enables seamless connectivity to LocalStack from different environments using `localhost.localstack.cloud`.
Expand Down
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: ["Free"]
tags: ["Hobby"]
---

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

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/aws/tooling/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Use LocalStack Extensions to customize and extend your local develo
template: doc
sidebar:
order: 1
tags: ["Free"]
tags: ["Hobby"]
---

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.
Expand Down
Loading