Dockerize python project with SQS integration

Hi, I have a Python project triggered by SQS, the project is BIG and is over the limit of 250MB for unzipped bundle.
I’m trying to deploy it as a docker image, but I can’t find any SLS + Python + Docker + SQS example.
Has anyone tried it before? Where can I find an example for Dockerfile?