| title | Welcome to LocalStack Docs | ||||
|---|---|---|---|---|---|
| description | Get started with LocalStack Docs. | ||||
| template | doc | ||||
| editUrl | false | ||||
| sidebar |
|
import { OverviewCards, HeroCards } from '../../../components/OverviewCards';
<HeroCards cards={[ { title: "Emulate AWS Services", href: "/aws/services" }, { title: "Test Your AWS Apps", href: "/aws/capabilities" } ]} client:load />
<OverviewCards cards={[ { title: "Getting Started", description: "Install and run LocalStack on your machine, and discover the benefits of local cloud development.", href: "/aws/getting-started", icon: "/images/aws/rocket.svg" }, { title: "Local AWS Services", description: "Browse through the AWS Services that LocalStack supports & emulates in your development environment.", href: "/aws/services", icon: "/images/aws/integrations.svg" }, { title: "Capabilities", description: "Learn about the LocalStack's capabilities and using them to accelerate your development workflow.", href: "/aws/capabilities", icon: "/images/aws/ci.svg" }, { title: "Tooling", description: "Learn how LocalStack's Cloud Developer Tools can boost your development & testing efficiency.", href: "/aws/tooling", icon: "/images/aws/aws.svg" }, { title: "Integrations", description: "Learn how to use LocalStack with your favorite cloud development tools, libraries & frameworks.", href: "/aws/integrations", icon: "/images/aws/tools.svg" }, { title: "Enterprise", description: "Learn how LocalStack Enterprise provides additional security, flexibility, compliance & support.", href: "/aws/enterprise", icon: "/images/aws/understanding.svg" } ]} client:load />