简体   繁体   中英

Can I use AWS API Gateway in front of Kinesis?

I want to create an HTTP endpoint that will collect data and save them in Kinesis Streams. Is this possible?

Yes. Look at: http://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-aws-proxy.html

If you want more flexibility you probably want to marshall the calls through Lambda, but it's not necessary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM