All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.SAM.yaml Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy