Summary
Finally, we have implemented the solution for developing an application with a custom dependency. With the help of Docker containerization, we have built the binary of the required catdoc
library, which is configured against the Docker container, and the results are similar to those we would expect with AWS Lambda, thanks to LambCI's Docker image and the build-Python3.6
tag. This is how we resolve the custom dependency problem with AWS Lambda.