AWS Command Line Interface
How to use the AWS Command Line Interface (CLI) with LocalStack.
less than a minute
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.
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.
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:
How to use the AWS Command Line Interface (CLI) with LocalStack.
Use the Serverless Framework with LocalStack
Use Testcontainers with LocalStack
Use Spring Cloud Function framework with LocalStack
Use the Architect Infrastructure as Code framework with LocalStack
Build, Release and Operate Containerized Applications on AWS with AWS Copilot CLI
Use the Terraform Infrastructure as Code framework with LocalStack
Use the AWS SAM (Serverless Application Model) with LocalStack
Use the AWS CDK (Cloud Development Kit) with LocalStack
Use the Pulumi Infrastructure as Code framework with LocalStack
Getting started with CDK for Terraform to deploy AWS resources on your local machine with LocalStack
Using LocalStack Lambda with a self-managed Kafka cluster
Understanding the usage of AWS Chalice with LocalStack
Use GitPod’s fully automated, ephemeral workspaces to develop & test your cloud applications with LocalStack
How to use your favorite cloud development SDK with LocalStack.