Streaming Api Gateway V2 access logs to Kinesis Firehose

0

Is there a way to stream access logs from API Gateway V2 (HTTP) to a Kinesis Firehose target like it was possible in APIGW V1?

1 Answer
1
Accepted Answer

Unfortunately, streaming access logs to Kinesis Firehose is not supported for HTTP APIs. However, you can subscribe the delivery stream to the Amazon CloudWatch log group (HTTP API access logs -> CloudWatch logs -> Kinesis Firehose). Alternatively, you can migrate the HTTP API to the REST API (v1 API) in API Gateway and stream logs directly to Kinesis.

AWS
Taka_M
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions