Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlexaSkillConfig

Hierarchy

  • AlexaSkillConfig

Index

Properties

Readonly codeAsset

codeAsset: Code

The code to use for the backend lambda

Optional Readonly codeHandler

codeHandler: undefined | string

The handler for the lambda function

default

dist/index.handler

Optional Readonly environment

environment: undefined | {}

Environement variables for the Lambda function

Readonly skillId

skillId: string

The Alexa Skill id

Readonly skillName

skillName: string

The Alexa Skill name

Optional Readonly userAttribute

userAttribute: undefined | string

name of the user attribute for DynamoDB

default

id

Generated using TypeDoc