serverless-aws-alias-alb-patch
Version:
This package fixes the bug in serverless-aws-alias where the alb event doesnt attach to the alias
27 lines (26 loc) • 467 B
JSON
{
"name": "serverless-aws-alias-alb-patch",
"version": "1.1.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ml27299/serverless-aws-alias-alb-patch"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"serverless",
"alias",
"alb"
],
"author": "Mac Lara",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1"
}
}