Architect Versions Save

The simplest, most powerful way to build a functional web app (fwa)

v5.8.6

5 years ago

@architect/architect

Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.

Build Status

Quickstart

No AWS account required!

  1. Create a Node project:
mkdir testapp
cd testapp
npm init --yes
  1. Install Architect
npm i @architect/architect
  1. Add an .arc file:
@app
testapp

@http
get /
  1. Generate your project code locally:
npx create local
  1. 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

Architect changelog here

Founding team

Amber Costley, Angelina Fabbro, Brian LeRoux, Jen Fong-Adwent, Kristofer Joseph, Kris Borchers, Ryan Block, Spencer Kelley

Special thanks

Pinyao Guo for the Architect GitHub name

5.8.6

5 years ago