Request for Data Sync service for AWS in upcoming CloudQuery version

Hi team,

We need one service called Data Sync for AWS in the upcoming version. Is it possible?

Hi @sweeping-caribou :wave: I don’t have an exact timeline for you, but I’m sure we can add it. Would you mind opening a GitHub issue for tracking and prioritization? GitHub Issue

Thank you, I have raised the issue.
Can you please tell me if we can write our own plugins? If yes, can you please guide me? Thanks in advance.

You can indeed, I’ve just done 2 in Python. Documentation covers most of it really well. CloudQuery Documentation - Creating New Plugin

Yes, exactly like neilm said; we have pretty good documentation on how to write your own plugins here: Creating New Plugin.

Or if you’re looking to add resources to the existing AWS plugin, you can do so by following the guide here: Contributing to AWS Plugin.

Thank you, team. I will try it.

No problem! If you’d like to make an open source contribution, please open an issue first so the team can confirm whether or not the feature will be added before you do the work (see Open Source and Open Core).