archetype-resources.SAM.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ask-sdk-maven-plugins Show documentation
Show all versions of ask-sdk-maven-plugins Show documentation
Maven plugins for the ASK SDK and/or associated frameworks.
The newest version!
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Resources:
SkillFunction:
Type: AWS::Serverless::Function
Properties:
Handler: '${package}.${skillName}SkillLambda::handleRequest'
CodeUri: target/${artifactId}-${version}-jar-with-dependencies.jar
Runtime: java8
MemorySize: 512
Timeout: 60
Policies: AWSLambdaBasicExecutionRole
Events:
AlexaSkillEvent:
Type: AlexaSkill