Create lambda deploymentpackage for eccodes from ECMWF.
- Download this repo
- Install docker
- Install docker-compose
- Run
docker build -t 'difu/eccodes_lambda' . - Implement your lambda function in the
lambda/folder and install all dependencies in here - Run
docker-compose run package36 - A file
lambda.zipwill be created that is ready to deploy to AWS Lambda - Set in your Lambda environment
ECCODES_DEFINITION_PATH = ./definitions