Skip to content

localstack/copilot-cli-local

localstack
Switch branches/tags
Code
This branch is 4 commits ahead, 466 commits behind aws:mainline.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
e2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AWS Copilot for LocalStack

This is a fork of the AWS Copilot CLI for use with LocalStack.

Details

This repo provides copilotlocal, a command-line interface (CLI) with the same features as the original copilot CLI, but using the local API endpoints provided by LocalStack. The patch applied in this repo essentially redirects any AWS API calls to the local endpoints under http://localhost:4566.

Configurations

You can configure the following environment variables:

  • LOCALSTACK_HOSTNAME: Target hostname under which LocalStack endpoints are available (default: localhost)
  • EDGE_PORT: Target port under which LocalStack endpoints are available (default: 4566)
  • LOCALSTACK_DISABLE: Optional flag to disable the local endpoints and use the default behavior of copilot (set to 1 or true to enable)

Downloading Releases

We provide pre-built binaries for MacOS/Linux/Windows:

License

This library is licensed under the Apache 2.0 License.

About

Fork of the AWS Copilot CLI (https://github.com/aws/copilot-cli) for use with LocalStack (https://localstack.cloud).

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.4%
  • JavaScript 6.7%
  • HTML 1.4%
  • Makefile 0.3%
  • Dockerfile 0.2%
  • Shell 0.0%