Skip to content

Instantly share code, notes, and snippets.

View FreyGeospatial's full-sized avatar

Jordan Frey FreyGeospatial

View GitHub Profile
@FreyGeospatial
FreyGeospatial / Dockerfile for lambda layer: pyodbc python3.9
Created February 12, 2024 20:49 — forked from HMXyj/Dockerfile for lambda layer: pyodbc python3.9
Building pyodbc for Lambda’s Python 3.9 Runtime
#Runtime python3.9 update 삽질 성공!
#Resource = AWS Cloud9 Linux2
#ref = https://randywestergren.com/building-pyodbc-for-lambdas-python-3-9-runtime/
#setting
$ mkdir folder
$ vim Dockerfile
#Dockerfile
FROM public.ecr.aws/lambda/python:3.9