Mayfly (Mayfly v0.1.0)

View Source

Mayfly - AWS Lambda Custom Runtime for Elixir.

This module serves as the main application entry point for the Elixir Lambda runtime. It starts the supervision tree and initializes the Lambda event loop.

Summary

Functions

Default handler function that can be used for testing.

Starts the Mayfly application.

Functions

hello()

Default handler function that can be used for testing.

Examples

iex> Mayfly.hello()
:world

start(type, args)

@spec start(any(), any()) :: {:ok, pid()} | {:error, any()}

Starts the Mayfly application.

This function is called automatically by the Elixir runtime when the application starts. It initializes the supervision tree and starts the Lambda event loop.