Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
const
main =
async
() => {
32
console.log(
await
stopRunningExecutions())
33
}
34
35
main().catch(error => console.error(error))
Callers
1
stopRunningExecutions.js
File · 0.70
Calls
1
stopRunningExecutions
Function · 0.85
Tested by
no test coverage detected