toasty-lambda
Version:
Prevent AWS lambda functions from experiencing a cold start.
27 lines (26 loc) • 668 B
JSON
{
"name": "toasty-lambda",
"version": "0.0.1",
"description": "Prevent AWS lambda functions from experiencing a cold start.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArtificerEntertainment/toasty-lambda.git"
},
"keywords": [
"toasty",
"lambda",
"aws",
"cold",
"start"
],
"author": "Artificer Entertainment",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArtificerEntertainment/toasty-lambda/issues"
},
"homepage": "https://github.com/ArtificerEntertainment/toasty-lambda#readme"
}