Hi Mayank,
The Event Forwarding link you shared is useful for capturing real-time event data from the website. The other link you provided, which involves accessing the API via an HTTP Gateway URL, also works for sending real-time data to AWS Kinesis.
However, Sinraj’s use case is a bit different. He wants to send unitary event data using a custom action in an AJO journey to AWS Kinesis. In this scenario, the source team is not providing an HTTP endpoint URL due to certain restrictions on their side.
He is therefore looking for a solution to either:
Use a custom action without having a direct endpoint URL, or
Explore if there's a way to generate a proxy URL using AWS Kinesis credentials (such as Access Key, Secret Key, Region, etc.) so the data can still be pushed in real time.