Stack Overflow: A New Way for Developers to Get Support for Alexa

Now you can find Alexa-specific tags and topics in the AWS Collective on Stack Overflow. Ask questions and get help from badged experts and the Alexa developer community!

question

newuser-c85d2d06-cd11-4519-8857-37f124550d1a avatar image

How to create a basic alexa skill v2 that does CRUD on a dynamoDB table ?

I am trying to create a skill that does CRUD operations on a dynamoDB table, i have created a lambda function with the correct role and policies, but to no avail, i've been stuck for weeks. Im coding this in-line, i've followed many tutorials, none of which are working.

I know how to code a node.js app that does CRUD on a dynamoDB, its just that when i try to incorporate such functionality into a skill, it doesn't work.

It must be simple to create a basic read write delete skill? Any help is appreciated.

alexa skills kitlambdaalexa simulatorawsdynamodb
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Bhanu Prakash Kandregula avatar image
Bhanu Prakash Kandregula answered
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.