I've a Python-coded backend which provides an API for "getting all the tasks of a project", if you give the project ID.
I want to do this request using Lex and Lambda from the AWS online tools, so I was thinking of something simple like : "Give me the tasks for project 145" then the lambda calls the API with the variable "145" and show the tasks to the user.
I did the pizzaOrder tutorial and everything was clear, but now that I want to do this basic thing with my project, I've got a problem: my projects are not in slots, because obviously the users can create and delete projects. So "145" is not in a slot.
So how to deal with such a case? Can Lex recognize a word that is not in a slot then use it like a variable?
AWSServiceRoleForLexBots
having permission to invoke aws lambda? – ManirajSS