Get started

Getting started with lambdar is easy!

init()

Use lambdar with your project

build_config()

Build a _lambdar.yml file

clean()

Remove all the lambdar-related files and directories from a project

Build containers

AWS Lambda allows you to use custom container images to run your code. These functions help you build and test container images from a lambdar config file.

build_dockerfile()

Create a Dockerfile

build_image()

Build a container image from a config file

Upload your image to the Elastic Container Registry

Once you’ve built and tested your function locally you’re ready to deploy it.

upload_to_ecr()

Upload your container image to the Elastic Container Registry

Create a lambda function

Tooling to automatically create a Lambda function is on the roadmap but not implemented yet.

Layers

Tooling to help you build Lambda layers is on the roadmap but not implemented yet.

Handling API responses

Once your function is in production your client applictions need to know how to handle the responses it sends back.

lambdar-api

Lambdar API responses