backend-and-orchestration-t.../aws/lambda-function/monitoring_example/package.json
2022-03-23 14:59:51 +04: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"
}