Skip to content

MauriceBrg/lambda-bundler-demo

Repository files navigation

Lambda Bundler Demo

Lambda-Bundler-Demo-Build

This project is a demo of the lambda-bundler python library, which allows you to package your python lambda functions and their dependencies using pure python.

You can find the repo here on Github and the package here on PyPi.

About this demo

This demo is an AWS Cloud Development Kit (CDK) app that deploys three lambda functions:

  1. A lambda function without external dependencies
  2. A lambda function with small external dependencies
  3. A lambda function with large external dependencies that are deployed in a layer

You can have a look at the code in lambda_bundler_demo/lambda_bundler_demo_stack.py and see how it's done.

About

Demo for the Pypi package lambda-bundler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published