Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.51 KB

readme.md

File metadata and controls

70 lines (42 loc) · 1.51 KB

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