Getting started with lambdar is easy!
init()
Use lambdar with your project
build_config()
Build a _lambdar.yml file
_lambdar.yml
clean()
Remove all the lambdar-related files and directories from a project
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
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
Tooling to automatically create a Lambda function is on the roadmap but not implemented yet.
Tooling to help you build Lambda layers is on the roadmap but not implemented yet.
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