Skip to content

You give four parameters: package_name, platform, layer_name and S3 bucket then it creates and upload to S3 a ".zip" finally layer is published in lambda functions repository

Notifications You must be signed in to change notification settings

cmotte4git/LambdaLayerCreation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is used to download wheel package then move it to a python directory and finally make .zip Afterward we can upload directly to create a lambda layer

You give four parameters: package_name, platform (linux, windows, ARM, X86-64), layer_name and S3 bucket Script will perform the following operations:

PIP download
Extract wheel file
Put into a Pyhton directory (lambda layer needs this specific name)
Zip this directory
Upload to a S3 bucket

About

You give four parameters: package_name, platform, layer_name and S3 bucket then it creates and upload to S3 a ".zip" finally layer is published in lambda functions repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages