I'm trying to integrate AWS CloudWatch with Apigee so that I can send custom logs or metrics at the end of each API proxy execution. I plan to use a flow hook in Apigee and make a ServiceCallout to a custom endpoint.
However, CloudWatch doesn't offer a simple HTTP endpoint for ingestion (as far as I know); it works via SDK
My questions are:
Can I wrap SDK-based logging logic into an executable file (e.g., a .exe) and somehow attach or call that from Apigee?
If that's not feasible, is there an established or recommended approach to forward logs/metrics from Apigee to CloudWatch?
I’ve already successfully implemented simple executable files, but I’m unsure how to proceed when SDKs are involved.
Any advice, alternatives, or architecture suggestions are welcome!
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |