- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- Sam Williams
- 75字
- 2021-07-16 17:45:11
Setting up the Lambda
Enter the name for your function (this must be unique to your user or sub-account), choose your Runtime (We'll use Node.js 8.10), and select Create new role from template(s). Give this new role a relevant name, such as lambdaBasic or NoPolicyRol, and leave Policy templates blank. When we create a more complex Lambda, we'll have to create a role with policies and permissions:
New Lambda with a new role