Skip to content

Instantly share code, notes, and snippets.

View ToddBradley's full-sized avatar
🏠
Working from home

Todd Bradley ToddBradley

🏠
Working from home
View GitHub Profile
@sebosborn
sebosborn / the_witch_is_dead
Last active June 25, 2022 19:28
An unofficial transcription of THE WITCH IS DEAD from https://gshowitt.itch.io/the-witch-is-dead. Please support the original!
THE WITCH IS DEAD.
------------------
AN RPG ABOUT MURDER.
Once upon a time, there was a kind and
wise and beautiful witch who lived in the
forest with her familiars, and her life was
peaceful and happy until a FUCKING
WITCH-HUNTER broke into her cottage
and dragged her out and FUCKING
@gene1wood
gene1wood / aws-lambda-relative-import-no-known-parent-package.md
Last active March 15, 2024 14:13
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