UNPKG

jaws-framework

Version:

JAWS is the serverless framework powered by Amazon Web Services.

29 lines 606 B
{ "AWSTemplateFormatVersion": "2010-09-09", "Description": "The AWS CloudFormation template for this JAWS projects lambdas", "Parameters": { "aaLambdaRoleArn": { "Type": "String", "Default": "" } }, "Resources": { "lTemplate": { "Type": "AWS::Lambda::Function", "Properties": { "Code": { "S3Bucket": "", "S3Key": "" }, "Description": "", "Handler": "", "MemorySize": 1024, "Role": { "Ref": "aaLambdaRoleArn" }, "Runtime": "", "Timeout": 6 } } } }