Skip to content

Instantly share code, notes, and snippets.

View wgopar's full-sized avatar

will wgopar

  • San Francisco Bay Area
View GitHub Profile
@gene1wood
gene1wood / aws-lambda-relative-import-no-known-parent-package.md
Last active September 13, 2024 18:56
Python relative imports in AWS Lambda fail with `attempted relative import with no known parent package`

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