Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.
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
Full docs found at https://arc.codes
Amber Costley, Angelina Fabbro, Brian LeRoux, Jen Fong-Adwent, Kristofer Joseph, Kris Borchers, Ryan Block, Spencer Kelley