Python relative imports in AWS Lambda fail with attempted relative import with no known parent package
The Problem
In AWS Lambda if I attempt an explicit relative import like this
.
├── lambda_file.py
└── example.py
Python relative imports in AWS Lambda fail with attempted relative import with no known parent package
In AWS Lambda if I attempt an explicit relative import like this
.
├── lambda_file.py
└── example.py
One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.