Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
data
[deprecated] Generate a DynamoDB data access layer from an .arc file. Automatically disambiguates testing (in memory) from deployment staging and production tables
-
sandbox
Architect dev server: run full Architect projects locally & offline in a sandbox
-
env
Manage an Architect project's environment variables
-
architect
The simplest, most powerful way to build serverless applications
-
http-proxy
Architect HTTP proxy distribution, extracted from @architect/functions (arc.http.proxy)
-
architect-5
Architect 5 / maintenance LTS
-
logs
manage @architect Function logs
-
hydrate
Architect dependency hydrator and shared file manager
-
functions
AWS Lambda Node runtime helpers for Architect apps
-
arc.codes.next
Architect Docs (v3)
-
deploy
Deployment module for shipping @architect projects to the cloud
-
parser
.arc, arc.app, arc.json, arc.yaml and arc.toml support
-
utils
Common utilities for Architect modules
-
repl
creates a REPL for testing Architect projects
-
package
Package .arc apps for deployment with Cloudformation
-
destroy
Module for destroying projects created with @architect
-
create
Module to bootstrap Architect projects, and idempotently create new project resources
-
macro-upload
A macro for creating an S3 bucket for processing direct uploads with a Lambda function
-
macro-node-prune
Architect macro that cleans node_modules cruft from your cloud functions during deployment
-
macro-storage-private
Architect serverless framework macro that defines any number of arbitrary private S3 buckets
-
macro-storage-public
Architect serverless framework macro that defines any number of arbitrary public S3 buckets
-
eslint-config
Architect standard ESLint configuration
-
macro-http-api
Architect macro that uses API Gateway HTTP APIs (instead of API Gateway REST APIs)
-
examples
Architect example applications and cloud function development patterns
-
boilerplate
Boilerplate repo files (config/dotfiles, GitHub templates, etc.) for Architect modules
-
functions-ruby
AWS Lambda Ruby runtime helpers for Architect apps
-
functions-python
AWS Lambda Python runtime helpers for Architect apps
-
integration-test-app
arc app for use for integration testing for @architect