Python src Layout for AWS Lambdas
Over the last several years, the Python community has been moving towards a packaging layout format known as the src layout as the recommended way to organize directories and files for Python Packages.
The main takeaways of the src layout are:
Your ...
informediq.hashnode.dev9 min read