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.