Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 928 Bytes

Readme.md

File metadata and controls

40 lines (27 loc) · 928 Bytes

HZS Api - Importer

Pipeline

  • Lambda function, that is importing data from HZS web and pushing the data to RDS DB

Local Developement

  • Using Python Lambda Local
    python-lambda-local -f lambda_handler  ./src/import.py ./local/importer_event.json 

Local Development with Docker

  • Just run
    ./invoke_lambda.sh

Run tests locally

  • Just run
    ./run_tests.sh

Run Linter locally

  • Just run
    ./run_linter.sh

Links