serverless/api/users/show/lambda.json
2015-08-03 18:00:44 -07:00

9 lines
228 B
JSON

{
"FunctionName": "api_users_show",
"Handler": "index.handler",
"Role": "arn:aws:iam::149631484542:role/jaws_lambda_role",
"Runtime": "nodejs",
"Description": "None",
"MemorySize": 513,
"Timeout": 5
}