mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
8 lines
214 B
JSON
8 lines
214 B
JSON
{
|
|
"FunctionName": "jaws_lambda_example_function",
|
|
"Description": "A description of this lambda function",
|
|
"MemorySize": 128,
|
|
"Timeout": 3,
|
|
"Handler": "lambda_function",
|
|
"Runtime": "nodejs"
|
|
} |