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
Create, deploy, and maintain next-generation AWS cloud function-based serverless infrastructure with full local, offline workflows, and more.
Quickstart
No AWS account required!
- Create a vanilla Node project:
mkdir testapp
cd testapp
npm init --yes
- Install Architect
npm i @architect/architect
- Add a basic
.arc
file:
@app
testapp
@http
get /
- Generate your project locally:
ARC_LOCAL=1 npx create
- 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