2 Comments
For me, the issue was simple: when you package your code, generally we keep our main runner inside the package, hence the module calling is local, but when glue takes the package, the main runner is outside the package, so you need to do absolute import, not a relative. For example, package-->logger, extractor, loader main.py --> import package.logger, package.extractor, package.loader
replied 4 months ago
Thank you for your comment. We'll review and update the Knowledge Center article as needed.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 10 months ago
