Skip to content

Flaneer/serverless-layer-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

AWS Lambda Shared Layers

This repository is hosting the code from the following blog post: AWS Lambda & Shared layers for Python.

The goal of this repository is to provide simple and effective tools to easily manage Lambda Shared layers, even with multiple AWS accounts or libraries. The Flaneer team will try to update it when internal changes to our own tools are made.

This repository does not currently reflect the state of our tools, but is a good starting point to automatically build and package large serverless shared layers.

Usage

You can simply use the main function, building_layer.py with the following command:

python3 building_layer.py --layer_name test-shared-layer-1

Make sure to update the default value of your bucket name for example. You can change the libraries to install in the requirements.txt file.

About

Building and deploying AWS Lambda Shared Layers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages