I am just starting creating my code-pipeline and I want to create an action that will make API calls to Cloudflare. What is the best way to do that?
I guess I can simply make this API calls (write this commands) using CodeBuild, but is there an easier way to make this API calls? Maybe using Lambda or something else? Sorry if the question is too general and uncertain.