Published on

All the ways to bundle Python dependencies in a Lambda with AWS CDK

Authors
  • avatar
    Name
    Katherine Moreno
    Twitter

Introduction

This is a compilation post where I list all ways you can bundle the Python dependencies sorted by my most to least favourite

  1. Bundling using PythonFunction
  2. Bundling using Docker
  3. Bundling using Layers