Skip to content

A project providing a Lambda Layer that provides SQLite support in Python3.6 Lambdas

Notifications You must be signed in to change notification settings

dschep/sqlite-lambda-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Python Lambda Layer

Like many Python programmers, you've probably been disappointed when you tried to import sqlite3 in a Python3.6 AWS Lambda only to find out it doesn't work. This project remedies that by providing a Lambda Layer that contains the necessary compiled library (_sqlite3.so).

How to use

First you must clone the repo, build the file, and publish it to AWS:

git clone git@github.com:dschep/sqlite-lambda-layer
cd sqlite-lambda-layer
./build
sls deploy

Then see the docs and configure your lambda to use the layer you just published.

About

A project providing a Lambda Layer that provides SQLite support in Python3.6 Lambdas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published