Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.48 KB

File metadata and controls

40 lines (31 loc) · 1.48 KB
title Overview
description Use your favorite cloud development tools with LocalStack.
template doc

import SectionCards from '../../../../components/SectionCards.astro';

LocalStack supports a wide range of tools from the cloud development ecosystem. This section of the documentation covers tools that are officially supported by LocalStack.

The Cloud Development Ecosystem

Cloud development has many facets and a rich ecosystem of tools to cover them. Whether you are using Infrastructure-as-Code (IaC) to manage your AWS infrastructure, or are developing applications using AWS SDKs like boto, LocalStack allows you to run your workflow completely on your local machine.

Sample of supported tools

Integrations

We strive to make the integration of LocalStack into your workflow as seamless as possible. Sometimes it's as easy as calling one of our wrapper tools, like awslocal, a drop-in replacement for the aws CLI. Other times there is a bit of configuration involved.

Here is a list of tools we support, and documentation on how to integrate LocalStack.

<SectionCards basePath="aws/integrations/" customTitles={{ "app-frameworks": "App Frameworks", "aws-native-tools": "AWS Native Tools", "aws-sdks": "AWS SDKs", "containers": "Containers", "continuous-integration": "Continuous Integration", "infrastructure-as-code": "Infrastructure as Code", "messaging": "Messaging", "testing": "Testing", }} />