mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-07 14:32:57 -04:00
10 lines
261 B
JSON
Executable file
10 lines
261 B
JSON
Executable file
{
|
|
"name": "monitoring",
|
|
"version": "1.0.0",
|
|
"description": "Lambda function that looks at its argument and just succeeds or fails based on the input.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"locally": "node src/index.js"
|
|
},
|
|
"author": "Mia Stein"
|
|
}
|