UNPKG

jaws-framework

Version:

JAWS is the serverless framework powered by Amazon Web Services.

35 lines 848 B
{ "name": "my-project-nonoptimized-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": false, "minify": false, "ignore": [], "exclude": [ ], "includePaths": [] }, "excludePatterns": [ "aws_modules/[u].*", "aws_modules/bundle/b.*" ] }, "cloudFormation": { "Description": "", "Handler": "aws_modules/bundle/nonoptimized/handler.handler", "MemorySize": 1024, "Runtime": "nodejs", "Timeout": 6 } } }