YonatanGreenfeld / python-lambda-build

Docker images for building python aws lambda containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-lambda-build

Docker images for building python aws lambda containers These images are meant to be used with the serverless-python-requirements-plugin.

Supported versions:

  • 3.12
  • 3.11
  • 3.10
  • 3.9
  • 3.8

Supported architectures:

  • x86_64
  • arm64

Usage

Pulling the image:

docker ghcr.io/jitsecurity/python-lambda-build/python:3.8-x86_64

In the serverless.yml file:

custom:
  pythonRequirements:
    dockerizePip: true
    dockerImage: ghcr.io/jitsecurity/python-lambda-build/python:3.8-x86_64

About

Docker images for building python aws lambda containers

License:MIT License