like that…) Hobby:Playing guitar X(Twitter):@NkEnuke The article URL for today's presentation is as follows↓ https://zenn.dev/amana/articles/7651ec03bb6c3e
examples of using DuckDB with AWS Lambda to perform SQL operations on S3. (Instead of AWS Athena) However, there is no article using Lambda function in Python with duckdb.
2.pip install duckdb with this option pip install -t python --platform manylinux2014_x86_64 --only-binary=:all: duckdb 3.Zip it for Lambda Layer zip -r layer.zip python