winget install --id=LocalStack.localstack-cli -e
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
LocalStack CLI is a powerful tool designed to simulate an AWS cloud environment locally, enabling developers to build, test, and debug serverless applications offline without relying on actual AWS resources.
Key Features:
Audience & Benefit:
Ideal for developers, DevOps engineers, and teams building cloud-native applications, LocalStack CLI provides a reliable way to test and iterate on serverless architectures locally. By reducing reliance on AWS resources during development, it lowers costs, accelerates feedback loops, and ensures consistent testing environments across teams.
This repository contains building instructions for binary builds of the LocalStack CLI.
It does not contain the actual source for the CLI, since the LocalStack CLI is basically just the Python package localstack
(published on PyPi) with it's install dependencies (and without any extras).
This is why this repository just contains the build config and pipeline that packages the LocalStack CLI python package into a standalone binary using PyInstaller.
Please make sure that you have a working docker
environment on your machine before moving on.
Install the LocalStack CLI by using our official LocalStack Brew Tap:
$ brew install localstack/tap/localstack-cli
If you do not have Brew on your machine, you can directly download the pre-built LocalStack CLI binary for your system:
PATH
variable:
sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin