New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@architect/workflows

Package Overview
Dependencies
Maintainers
7
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/workflows

cloud function workflows implemented as npm scripts for creating, deploying, working offline and more

3.6.0
latest
Source
npm
Version published
Weekly downloads
171
5600%
Maintainers
7
Weekly downloads
 
Created
Source

:cloud_with_lightning: @architect/workflows Codeship Status for arc-repos/arc-workflows

Workflows for creating, deploying, working offline and more with AWS Lambda

Install

npm i @architect/workflows

This makes the following npx commands available:

  • config looks for .arc-config files in all lambdas and ensures corosponding AWS Lambda deployment targets config is in sync; currently only timeout and memory supported
  • create reads the .arc file in the current working directory and generates corosponding local code and AWS infra (if it does not already exist)
  • deploy deploys lambdas in src and syncs s3 buckets
  • dns sets up custom domains with API Gateway
  • env read and write environment variables to all lambdas defined by .arc
  • help get some help
  • hydrate runs npm i in all lambdas; hydrate update runs npm update in all lambdas
  • inventory read/verify infra defined by .arc; inventory nuke deletes all infra except dynamodb tables; ARC_NUKE=tables inventory nuke deletes tables
  • sandbox runs .arc locally with an in-memory database; ARC_LOCAL=yas NODE_ENV=staging sandbox runs locally but uses dynamodb staging tables

To see more examples try running:

npx help

Learn more

Full docs found at https://arc.codes

Keywords

aws

FAQs

Package last updated on 20 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts