trigger lambda from a button in a static website in s3

Viewed 2020

I have this static website that has a form with a couple of fields. CloudFront is on front of the bucket routing traffic to the site.

Them form in question naturally has a button that POST to '#'.

Is there a way I could make the hits on the button trigger a lambda function with the content of the form's fields?

Thanks in advance.

1 Answers
Related