As with the terraform doc, the uri for aws_api_gateway_integration should be
resource "aws_api_gateway_integration" "integration" { ... ... uri = "arn:aws:apigateway:{region}:firehose:PutRecord/{service_api}" }
I can’t understand what service_api should be. Could you help me?
https://www.terraform.io/docs/providers/aws/r/api_gateway_integration.html
type = "AWS" integration_http_method = "POST" uri = "arn:aws:apigateway:${var.aws_region}:firehose:action/PutRecord"
I found an example here :
type = "AWS" integration_http_method = "POST" uri = "arn:aws:apigateway:${var.aws_region}:kinesis:action/DescribeStream"
An example from here :
Source: https://habr.com/ru/post/1687919/More articles:How to enable strong parameters for nested attributes? - ruby | fooobar.comThe class interface function definition is TypeError: the object does not support a property or method - angularPython 2.7 based on Sublime Text 3 does not print the character '\ uFFFD' - pythonVisual Studio 2017 SSDT offline - visual-studio-2015Creating an macOS Macstream Application for 1Password - xcodeAn appropriate way to cancel saving a file through a file stream? - performanceDrawing an arc using SCNShape and UIBezierPath - iosClojure encode Joda DateTime using ring-json - jsonhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1687923/httpclient-type-safety-seems-to-ignore-interface&usg=ALkJrhjqG56PhvJwwSM1O_Q6wCeVgaliRAAngular 4 the correct way to drop an HTTP response - angularAll Articles