const configs = await Promise.map(funcs(pattern), async (name) => { return { name, config: await lambdaConfig(name) } })