I think I would need to keep the Version History for all the changes that were pushed. Is there any other documentation available for ACS common content sync tool for cloud?
Hi @Raja_Reddy I like the Version Control through GIT. Let's say I set up a repository for all the configurations, content and everything. A change is pushed with an updated to a content fragment model, and a change is a small string update. So, through 4th option, automated deployment, will that be...
Hi Aanchal, So, if I am implementing AEMaaCS within a React app, and implementing AEM through APIGEE. How would the authentication mechanism work?publisher-xyz.adobeaemcloud.com/graphql/execute.json/configuration-name/persisted-query-nameSince, all content is available publically through AEM publis...
Hi, I have a question related to AEM Headless,I have a dev environment, where I have created all Content Fragment Models, Content Fragments and Persisted Queries, works pretty great with frontend through a middleware that calls publisher and fetches content using persisted queries.I want some sugges...
Hi, Do I need to implement any Authentication system to fetch persisted graphql queries using server side implementation?I believe persisted queries are available to public through publisher instance, just likepublisher-xyz.adobeaemcloud.com/graphql/execute.json/configuration-name/persisted-query-n...