lambda-EFS-sqlite example

Using sqlite+EFS as the persistent layer in lambda application to acheive zero-maintance high avaialble web service

Quick start

  1. following the guide to create a lambda function and EFS, and mount EFS path to lambda

  2. build and deploy binary

./deploy.sh
  1. test the binary using lambda web console