Hey there!
I have a non-site related question. More of an idea-is-the-deployment-possible question.
I want to have a static website in which users can submit data. This data shall be processed on the client side and then inserted into an html page. (So far so accomplished)
The html page should then be uploaded and an email request sent to replace x.html with new-x.html. If approved the new-x.html shall be deployed in netlify. If possible I want to do that automatically/webhook.
I think the upload to an S3 instance should be possible. One could do an redirect to the new-x.html on the S3 (I saw the url shortener Project)
But how to automate the redirect? How to get the html from the S3 account to netlify?
Have you some hints or breadcrumbs I could follow? Is it even possible with serverless functions? (Maybe using a git commit through serverless?)
I’m new to git and the whole jamstack endeavor, so maybe I’m missing something bigtime!
Thank you for all your help
Phil