altcha-org / altcha

GDPR compliant, self-hosted CAPTCHA alternative with PoW mechanism and advanced anti-spam filter.
https://altcha.org
MIT License
241 stars 5 forks source link

terraform + aws lambda + python implementation #24

Closed mipmip closed 2 months ago

mipmip commented 2 months ago

We've made an integration in our AWS-HTML-Form-Action terraform module.

With this terraform module one can deploy a self hosted serverless form handler useful for static website.

We implemented the actual Altcha challenge creator and Altcha validation code as python without the need of external dependencies.

The python code is here: https://github.com/wearetechnative/terraform-aws-html-form-action/blob/main/lambda_src/html_form_action.py

ovx commented 2 months ago

Hi and thanks for the contribution. The link added to the docs https://altcha.org/docs/integrations/