AEM Publish to AEM Author Reverse Replication Scenario - AEM Cloud
Hi All,
We have a use case where-in we are exposing a custom form on AEM Publish - This is sitting behind an IDP (Okta) so only authenticated users can fill the form.
The form is used to modify content fragments, create content fragments (if necessary) and so on - basically CRUD operations on Content Fragments.
AFAIK we will not do this on Publish because the cloud containers are dynamic and syncing to Publishers doesn't make sense. Also, reverse replication in AEMaaCS is not available to that's not an option either.
There is an approach to use Adobe IO runtime action to basically have a function pass the payload from the form to AEM Author and then have the servlet execute CRUD operations on CFs before replicating and publishing it to Publishers.
Query 1 - Is this approach the best possible way?
Query 2 - Setting up a runtime action is not exactly straight forward - I tried following Adobe's documentation on the same-
Adobe I/O Runtime Action and AEM Events
Do you have any reference? I am having trouble comfiguring workspace and projects - The config.json downloaded is not getting consumed via below command-
aio config:set ims.contexts.devTest pathtoFileJSON
Thanks,
NR