1.0.0 • Published 6 months ago

dc-automations-gateway-labor-management v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

DC Automations Gateway Labor Management

Checking logs (Monitor Logs Activity)

npx serverless logs -f ProcessNewShipmentsWorker -t --startTime 20m

Deploy Single Function

(Faster, only affects specific function and code, will not update yml file) example ("Waves "is function name in server-less yml file) npx serverless deploy function -f Waves

Deploy All Functions

(Only All can deploy yml file changes) npm run deploy

Deploy All (all checks, secrets, install ran)

npm run full-deploy

Steps to deploy in steps

  1. npm install
  2. npm run get-secrets (Check logs for failures before proceeding)
  3. npm run deploy (for all)