Skip to content

v5.0.0

Compare
Choose a tag to compare
@NVD26 NVD26 released this 22 Apr 17:14
· 38 commits to master since this release

Release v5.0.0

  • The terraform module now supports a lambda deployment
    • When deploying the lambda a private ECR repository is created and the images is pulled from Docker Hub then pushed to this private repository
  • The dmrpp_regex is now evaluated using re.search instead of re.match. This gives more flexibility on the regex.