以 http 端点为目标时,http 动词 kinesis firehose 使用什么?

What is the http verb kinesis firehose use when targeting a http endpoint?

我正在阅读此文档 https://aws.amazon.com/blogs/big-data/stream-data-to-an-http-endpoint-with-amazon-kinesis-data-firehose/ 以了解 kinesis firebose 如何连接到 http 端点。

但它没有提到它使用什么 http 动词将数据放入目标端点。是put还是post?我可以配置它吗?

我使用 lambda 和 api 网关进行了测试。日志显示其 POST:

        "http": {
            "method": "POST",
            "path": "/default/delete",
            "protocol": "HTTP/1.1",
            "sourceIp": "3.26.56.41",
            "userAgent": "Amazon Kinesis Data Firehose Agent/1.0"
        },