UNPKG

hops-lambda

Version:

Quick and easy deployment of Hops applications to AWS Lambda

42 lines (41 loc) 967 B
{ "name": "hops-lambda", "version": "15.2.1", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": [ "hops", "express", "aws", "lambda", "serverless" ], "license": "MIT", "engines": { "node": "14 || 16" }, "repository": { "type": "git", "url": "https://github.com/xing/hops.git" }, "jest": { "displayName": "unit" }, "dependencies": { "archiver": "^5.0.0", "aws-sdk": "^2.546.0", "chalk": "^4.0.0", "globby": "^11.0.0", "hops-bootstrap": "15.2.1", "hops-config": "15.2.1", "hops-express": "15.2.1", "hops-mixin": "15.2.1", "pathifist": "^1.0.0", "prompt": "^1.0.0", "resolve-tree": "^0.1.14", "semver": "^7.0.0", "serverless-http": "^2.3.0", "strip-indent": "^3.0.0" }, "homepage": "https://github.com/xing/hops/tree/master/packages/lambda#readme", "gitHead": "146f3e61aa3a520e977ad3bc5acbd1f49634833d" }