The Wayback Machine - https://web.archive.org/web/20210804144416/https://github.com/localstack/architect-local
Skip to content
main
Switch branches/tags
Code

Architect Local

This repo provides arclocal, a simple command-line wrapper to use Architect CLI (arc.codes) locally with LocalStack.

Prerequisites

Installing

The arclocal CLI can be installed via npm:

npm install -g architect-local @architect/architect

Please note that the command above includes the @architect/architect package - the arclocal allows to install arbitrary versions of @architect/architect under the covers.

Usage

The arclocal CLI has the same usage as the arc command. For example, to initialize and deploy an app locally to your LocalStack instance:

arclocal init
arclocal deploy

(Please note that LocalStack needs to be running and listening on the default port 4566 for the above commands to succeed.)

Change Log

  • v0.0.3: Fix patching, print local endpoints after deployment, update README
  • v0.0.1: Initial version

License

This tool is provided under the Apache License, Version 2.0.

About

Architect CLI (arc.codes) for use with LocalStack

Resources

License

Releases

No releases published

Packages

No packages published