I want to add data to Kinesis Stream by Hitting an HTTP Endpoint, specifying some headers and data.
I know its possible via API Gateway -> AWS Service Proxy -> Kinesis Stream. I dont want to use API Gateway.
Also I dont want to use the KPL Library.
The task is to provide an Endpoint to a Tibco Service and Tibco Service is going to ingest data into the stream.
Architecture Changes are welcome.!