May 2020
Intermediate to advanced
404 pages
10h 52m
English
Before we can add the ARN for the Lambda function to the skill endpoints configuration, we must create a configuration for the Lambda function. You can do this by going through the following steps:

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "logs:CreateLogStream", "dynamodb:UpdateItem", "logs:CreateLogGroup", "logs:PutLogEvents" ], "Resource": ...Read now
Unlock full access