diff --git a/docs/README.md b/docs/README.md index 07d3050a6..99dd565dd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -79,6 +79,7 @@ The Serverless Framework allows you to deploy auto-scaling, pay-per-execution, e
  • S3
  • Schedule
  • SNS
  • +
  • Alexa
  • diff --git a/docs/providers/aws/events/alexa.md b/docs/providers/aws/events/alexa.md new file mode 100644 index 000000000..0dcecba24 --- /dev/null +++ b/docs/providers/aws/events/alexa.md @@ -0,0 +1,25 @@ + + + +### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aws/events/alexa) + + +# Alexa + +## Event definition + +This will enable your Lambda function to be called by an Alexa skill kit. + +```yaml +functions: + mySkill: + handler: mySkill.handler + events: + - alexa: true +``` diff --git a/docs/providers/aws/guide/resources.md b/docs/providers/aws/guide/resources.md index f8d37aa09..b84aed570 100644 --- a/docs/providers/aws/guide/resources.md +++ b/docs/providers/aws/guide/resources.md @@ -71,7 +71,7 @@ We're also using the term `normalizedName` or similar terms in this guide. This |Lambda::Function | {normalizedFunctionName}LambdaFunction | HelloLambdaFunction | |Lambda::Version | {normalizedFunctionName}LambdaVersion{sha256} | HelloLambdaVersionr3pgoTvv1xT4E4NiCL6JG02fl6vIyi7OS1aW0FwAI | |Logs::LogGroup | {normalizedFunctionName}LogGroup | HelloLogGroup | -|Lambda::Permission |