Skip to content

Instantly share code, notes, and snippets.

@michaellihs
michaellihs / gitlab_access_token.md
Last active November 11, 2024 15:29
Create Gitlab Personal Access Token using curl

Create Gitlab Personal Access Token using curl

Prerequisites

  • You need a Gitlab server up and running
  • You need user credentials for a (admin) user on the Gitlab server
  • You need curl and Perl on your server
@gene1wood
gene1wood / aws-lambda-relative-import-no-known-parent-package.md
Last active November 11, 2024 13:39
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