lennd-scheduled-tasks
v1.0.0
Published
Scheduled Tasks for the Lennd platform
Downloads
1
Readme
lennd-scheduled-tasks
Usage Examples
- Deploy the entire service:
npm run serverless -- deploy
- Invoke the deployed version of the
syncOrderStatus_qa
function:npm run serverless -- invoke -f syncOrderStatus_qa -l
- Tail logs for the
syncOrderStatus_qa
function:npm run serverless -logs -f syncOrderStatus_qa -t