Deploying to elastic beanstalk

Hello!

I currently have a rasa nlu app running on heroku acting as a http API. All I did was add a Procfile and all is dandy. Currently I’m trying to deploy it to AWS Elastic Beanstalk (EB) and I’ve tried a couple of ways : Running a python script to run the python module and trying to use Docker. Both failed to deploy and despite my efforts to find a solution all day, I also failed. Is there a clear tutorial or guide (even a hint?) to deploy onto EB ? I’m not using the full stack, I just need the NLU, so using the core is not necessary for me.

Thanks.