JSPM

@architect/architect

4.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1844
  • Score
    100M100P100Q118194F
  • 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/sandbox
  • @architect/architect/src/sandbox/start
  • @architect/architect/src/util/init

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

Codeship Status for arc-repos/architect

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

Quickstart

No AWS account required!

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

@http
get /
  1. Generate your project locally:
npx create local
  1. Fire up the Architect sandbox to preview your work:
npx sandbox

To see all commands run:

npx help

Heads up: be sure npm uninstall @architect/workflows if you're installing @architect/architect to an existing project

Learn more

Full docs found at https://arc.codes