Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 721 Bytes

File metadata and controls

19 lines (15 loc) · 721 Bytes

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