bluesentry / bucket-antivirus-function

Serverless antivirus for cloud storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform v0.12 module for the project

amaranto opened this issue · comments

Hello there,
This project was a good solution for my team.
I've created a tf module for it, https://github.com/amaranto/s3-bucket-antivirus , I've not finished yet, I have to add support for all environment variables and SNS, tests and building for the lambda function instead of using static zip files, but I am going to finish it in the next weeks.

Regards.

we could join forces, maybe https://github.com/gchamon/terraform-aws-bucket-antivirus

I have a working compile/deployment pipeline built on top of terraform

I would like to also be able to provide the user an option to pass s3 keys containing precompiled code and check the compilation and functionality against a more up-to-date bucket-antivirus-function revision

This relates to #88