1) Command.py is python file which queries DynamoDB on AWS and print changing direction. 2) NewWorkingLambdaFunc is the lambda function code which needs to be there on AWS (not to be run on local system) 3) "Intent Schema" on developer.amazon.com:
{
"intents": [
{
"slots": [
{
"name": "Command",
"type": "LIST_OF_COMMANDS"
}
],
"intent": "BotMovementIsIntent"
},
{
"intent": "WhatsNewBotDirectionIsIntent"
},
{
"intent": "AMAZON.HelpIntent"
}
]
}
4) Echo Skill Config

5) Lambda Configureation:

Built With
- amazon-dynamodb
- amazon-web-services
- aws-lambda
- python
- ros
Log in or sign up for Devpost to join the conversation.