Skip to content

VaporCache: Embedded In-Memory Key-Value Database For AWS Lambda Functions

Notifications You must be signed in to change notification settings

zaghaghi/vaporcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

VaporCache is a Rust project that implements an Embedded In-Memory Key-Value Database for AWS Lambda Functions.

Prerequisites

Building

To build the project for production, run cargo lambda build --extension --release. Remove the --release flag to build for development.

Read more about building your lambda extension in the Cargo Lambda documentation.

Deploying

To deploy the project, run cargo lambda deploy --extension. This will upload the extension to your AWS account as an AWS Lambda Layer.

Read more about deploying your lambda extension in the Cargo Lambda documentation.

About

VaporCache: Embedded In-Memory Key-Value Database For AWS Lambda Functions

Resources

Stars

Watchers

Forks

Packages

No packages published