mausconi / architect

The simplest, most powerful way to build serverless applications

Home Page:https://arc.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

The simplest, most powerful way to build serverless applications

https://arc.codes

License:Apache License 2.0


Languages

Language:JavaScript 99.6%Language:Arc 0.3%Language:Python 0.1%