Skip to content

Example implementation of a custom runtime for running Elixir on AWS Lambda.

License

MIT-0, Unknown licenses found

Licenses found

MIT-0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

Xerpa/aws-lambda-elixir-runtime

 
 

AWS Lambda Elixir Runtime

Example implementation of a custom runtime for running Elixir on AWS Lambda.

Installation

The package can be installed by adding aws_lambda_elixir_runtime to your list of dependencies in mix.exs:

def deps do
  [
    {:aws_lambda_elixir_runtime, "~> 0.1.0"}
  ]
end

Documentation

Documentation can be generated with ExDoc.

Step By Step Usage

This section is a step by step for creating the hello world example.

First, create a new mix project in a fresh directory:

> mix new --app hello_world ./hello_world

Now declare a dependency on :aws_lambda_elixir_runtime and :distillery, which is used to package the OTP release.

Work in Progress

About

Example implementation of a custom runtime for running Elixir on AWS Lambda.

Resources

License

MIT-0, Unknown licenses found

Licenses found

MIT-0
LICENSE
Unknown
LICENSE.md

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%