backend-and-orchestration-t.../code/aws/lambda-function/monitoring_example/package.json
2024-11-17 17:03:20 -08:00

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"
}