Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@balajimaniv
balajimaniv / aws-lambda-relative-import-no-known-parent-package.md
Created October 18, 2021 06:27 — forked from gene1wood/aws-lambda-relative-import-no-known-parent-package.md
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
@balajimaniv
balajimaniv / README-Template.md
Created April 3, 2018 11:16 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

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.

Prerequisites