MCPcopy Create free account
hub / github.com/aws-samples/serverless-coffee / main

Function main

backends/scripts/stopRunningExecutions.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30// Entry point
31const main = async () => {
32 console.log(await stopRunningExecutions())
33}
34
35main().catch(error => console.error(error))

Callers 1

Calls 1

stopRunningExecutionsFunction · 0.85

Tested by

no test coverage detected