rribeiro1/lambda-functions-actions

View on GitHub
Dockerfile

Summary

Maintainability
Test Coverage
# Dockerfile to install dependencies for AWS Lambda

FROM lambci/lambda:build-python3.7

RUN yum install -y postgresql-devel