Skip to content

bmalum/mayfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪰 Mayfly - a AWS Custom Elixir Runtime

This package makes it easy to run AWS Lambda Functions written in Elixir. A small maintained Lambda Runtime for Elixir hopefully not as annoying as a mayfly itself. This package includes the Elixir Runtime API Implementation and Mix Tasks to get started.

The Elixir runtime client is an experimental package. It is subject to change and intended only for evaluation purposes.

Getting Started

add Dependency to your Elixir project:

def deps do
  [
    {:mayfly, git: "https://github.com/bmalum/mayfly", branch: "main"}}
  ]
end

generate the Lambda ZIP:

mix lambda.build --zip

Roadmap

  • Build with Docker Image for x86/arm64
  • Build Locally
  • Create ZIP File
  • CDK Sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published