Hi, Yes, it is possible to build an AWS Cost Explorer source using Airbyte's connector builder. You can use the low-code framework to build a source connector for the AWS Cost Explorer API. Here's an overview of the process: 1. Generate the API key or credentials for the AWS Cost Explorer API. 2. Set up the project on your local machine. 3. Set up your local development environment. 4. Use the connector builder UI to define the connector YAML manifest and test the connector. 5. Specify stream schemas. 6. Add the connector to the Airbyte platform. For a step-by-step tutorial, refer to the [Getting Started tutorial](https://docs.airbyte.com/connector-development/config-based/tutorial/getting-started) or the [video tutorial](
https://youtu.be/i7VSL2bDvmw▾
). Once you have built the connector, you can export it and make it part of the regular Airbyte connector catalog. Follow the instructions in the [Connector Builder Overview](https://docs.airbyte.com/connector-development/connector-builder-ui/overview) for exporting the connector. Keep in mind that you might need to adapt the process to the specific requirements of the AWS Cost Explorer API. Good luck with building your AWS Cost Explorer source connector!
Yes sir. It is somewhat complex to achieve using CDK. So it would be great if these kind of connectors ( AWS related connectors ) were achievable through connector builder. I will open an issue as per your suggestion.
Thanks