Hi everyone,
I'm currently trying to take some input data from some HTML fields, process them in AWS using Lambda + other services and then try to pass the result to a WordPress website.
The idea would be create a custom page template that should be dynamically filled each time with the data from AWS and then the page published (same structure to list houses and the data of each house is retrieved dynamically).
I was thinking of using some POST API from AWS but I cannot figure it out how to decode the JSON in WordPress. Moreover, I don't know if the best approach for this case would be to create:
a custom template in php
a plugin that listen for changes from AWS and then trigger some action in WordPress
a custom component in WP Bakery/Elementor (currently the website uses BeTheme)
Any input would be appreciated. Thanks!