v5.0.0
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 usingre.search
instead ofre.match
. This gives more flexibility on the regex.