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.
14 lines (13 loc) • 379 B
YAML
LambdaFunctionprojectName:
Type: AWS::Serverless::Function
Properties:
CodeUri: projectName/
Handler: helloworld.App::handleRequest
Runtime: runtimeName
Architectures:
- x86_64
MemorySize: 512
Environment:
Variables:
PARAM1: VALUE
JAVA_TOOL_OPTIONS: -XX:+TieredCompilation -XX:TieredStopAtLevel=1