Skip to content

bennyhawk/serverless_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Serverless Python container

Serverless framework + Python 3.8 in a container

This repository was created to satisfy the need for a stable Serverless framework environment to package Python lambdas.

How to use

Simply pull this container and run. You will be able to run the sls package function that uses the bundled Python 3.8 to generate the zip for the lambda

  • For CMD
docker pull ghcr.io/bennyhawk/serverless_python:main
docker run -it serverless_python
sls package
  • For Jenkins
withDockerContainer("ghcr.io/bennyhawk/serverless_python:main") { sh "sls deploy"}

About

Serverless framework + Python 3.8 in a container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages