UNPKG

function-stencil

Version:

A quickstart AWS Lambda function code generator. Downloads a template function code file, test harness file, sample SAM deffiniation and appropriate file structure.

13 lines (12 loc) 341 B
LambdaFunctionprojectName: Type: AWS::Serverless::Function Properties: CodeUri: projectName/DotnetFunction Handler: DotnetFunction::DotnetFunction.Function::LambdaHandler Runtime: runtimeName Architectures: - x86_64 MemorySize: 512 Environment: Variables: PARAM1: VALUE