Package Exports
- @architect/workflows
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/workflows) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
đŠī¸ @architect/workflows 
Workflows for creating, deploying, working offline and more with AWS Lambda
Install
npm i @architect/workflowsThis makes the following npx commands available:
configlooks for.arc-configfiles in all lambdas and ensures corosponding AWS Lambda deployment targets config is in sync; currently onlytimeoutandmemorysupportedcreatereads the.arcfile in the current working directory and generates corosponding local code and AWS infra (if it does not already exist)deploydeploys lambdas insrcand syncs s3 bucketsdnssets up custom domains with API Gatewayenvread and write environment variables to all lambdas defined by.archelpget some helphydraterunsnpm iin all lambdas;hydrate updaterunsnpm updatein all lambdasinventoryread/verify infra defined by.arc;inventory nukedeletes all infra except dynamodb tables;ARC_NUKE=tables inventory nukedeletes tablessandboxruns.arclocally with an in-memory database;ARC_LOCAL=yas NODE_ENV=staging sandboxruns locally but uses dynamodbstagingtables
To see more examples try running:
npx helpLearn more
Full docs found at https://arc.codes