UNPKG

maestro

Version:

Maestro is a framework for quickly bootstrapping serverless orchestration workflows with AWS Step Functions

6 lines (4 loc) 117 B
const sleep = async (ms) => { await new Promise((resolve) => setTimeout(resolve, ms)); }; module.exports = sleep;