using slots in skill intent to search dynamodb
问题 I'm new to alexa, nodejs and coding in general but i am currently trying to create a skill to find machine states from my dynamodb table using date and time. I currently have set up my skill to get alexa and lambda to understand my slot values but im not sure how i can use these values for a dynamodb query and have alexa call out the state for that corresponding time My table is setup with a primary and sort key which are date and time and i have a third column for machine state. I'm not sure