Package Exports
- @architect/architect
- @architect/architect/src/package/cli
- @architect/architect/src/sandbox
- @architect/architect/src/sandbox/_port-in-use
- @architect/architect/src/sandbox/start
- @architect/architect/src/util/clean-env
- @architect/architect/src/util/init
- @architect/architect/src/util/populate-env
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@architect/architect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@architect/architect
Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.
Quickstart
No AWS account required!
- Create a Node project:
mkdir testapp
cd testapp
npm init --yes
- Install Architect
npm i @architect/architect
- Add an
.arc
file:
@app
testapp
@http
get /
- Generate your project code locally:
npx create local
- Fire up the Architect sandbox to preview your work:
npx sandbox
To see all commands run:
npx help
Learn more
Full docs found at https://arc.codes
Founding team
Amber Costley, Angelina Fabbro, Brian LeRoux, Jen Fong-Adwent, Kristofer Joseph, Kris Borchers, Ryan Block, Spencer Kelley