/eccodes-lambda

Create eccodes lambda deployment package

Primary LanguageDockerfileMIT LicenseMIT

eccodes-lambda

Create lambda deploymentpackage for eccodes from ECMWF.

Quickstart

  • 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.zip will be created that is ready to deploy to AWS Lambda
  • Set in your Lambda environment ECCODES_DEFINITION_PATH = ./definitions