jaws-framework
Version:
JAWS is the serverless framework powered by Amazon Web Services.
33 lines • 801 B
JSON
{
"name": "my-project-browserify-tests",
"version": "1.0",
"location": "https://github.com/jaws-stack/skinny-jeans",
"author": "John Serverless <john@gmail.com> http://www.google.com",
"description": "A lambda function that does something",
"lambda": {
"envVars": [
"MYAPP_SERVICE_KEY",
"MYAPP_SERVICE2_KEY"
],
"deploy": false,
"package": {
"optimize": {
"builder": "browserify",
"minify": true,
"ignore": [],
"exclude": [
"aws-sdk"
],
"includePaths": []
},
"excludePatterns": []
},
"cloudFormation": {
"Description": "",
"Handler": "aws_modules/bundle/browserify/handler.handler",
"MemorySize": 1024,
"Runtime": "nodejs",
"Timeout": 6
}
}
}