Syncing Strapi to Dynamo DB

Hey there!

I am working on converting my company’s CMS from an internal tool to Strapi. However, we would still like to have the data accessible in DynamoDB for the rest of our system to use.

What is the best approach to sync/post data from Strapi to Dynamo? I am currently considering 2 approaches but would apprecaite some input as im sure its a common issue.

1 - Use webhooks to sync the data across.
2 - Build a custom ‘connection’ from Strapi to Dynamo. I think this used to be a thing in v3 but has not been removed - are there plans to release it again?

Best and many thanks,

Charlie