backend-and-orchestration-t.../lambda_function/monitoring_example/package.json
Mia von Steinkirch 4a5d6f56a6 🧆 update readme:
2020-01-21 15:59:50 -08:00

10 lines
270 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 von Steinkirch"
}