serverless-offline-msk
Version:
A serverless offline plugin that enables AWS MSK events
34 lines (33 loc) • 724 B
JSON
{
"name": "java-invoke-local",
"version": "0.0.6",
"description": "Invoke JVM Lambda Package Locally",
"main": "lib/index.js",
"bin": {
"java-invoke-local": "lib/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytekast/serverless-toolkit.git"
},
"files": [
"lib/**",
"build/libs/*-all.jar"
],
"keywords": [
"jvm",
"java",
"groovy",
"scala",
"kotlin",
"serverless",
"aws",
"lambda"
],
"author": "Rowell Belen",
"license": "MIT",
"bugs": {
"url": "https://github.com/bytekast/serverless-toolkit/issues"
},
"homepage": "https://github.com/bytekast/serverless-toolkit/tree/master/libs/java-invoke-local#readme"
}