JSPM

@architect/architect

5.6.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1844
  • Score
    100M100P100Q118238F
  • License Apache-2.0

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

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.

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