Publish website to URL - Push Notification
Hello everyone,
I am looking for a "Push Notification", when a new Version of my website is available.
Intended workflow:
When i publish a page a POST Request towards my API Endpoint with the new Data is triggered.
I can then use the new page information, run my custom quality checks (like is the imprint included), and self host it in my own infastructure.
To be more concrete - I am using AWS with S3 and Cloundfront - all Serverless.
I would love to receive the page (CSS, HTML, JS and Meta Data) to my AWS Lambda funktion/Endpoint. From then on i can put it in my S3 Bucket and run Quality assurance.
Currently i use the "Export HTML" Feature (which is great) and upload it manually. This would be much easier if i could specify a URL the Site (=CSS, HTML, JS and Meta Data) is sent to.
As i do not want to host any servers, "Server Sync" is not an option for me.
How can i do this?
PS: You do a really great work. Thanks guys.
-
Hey Richard, unfortunate that is not possible. I'm afraid you'll have to download the HTML and upload it manually for now. I'll raise this with the team to have a discussion about it, although with how many more important things we have on the list, even if were do put it there, I don't expect it will be done in the near future.
0 -
Hi Dimi,
thanks for the answer and the unfortunate expectation setting.
I am guessing the Server Sync option has an endpoint it pulls the data from. Is it possible to hook into that endpoint and pull the data from there manually somehow? This could be another automation-step for us. Would be great if its possible.
0
Please sign in to leave a comment.
Comments
2 comments