integration Http Method
Parameters
value
Integration HTTP method (GET
, POST
, PUT
, DELETE
, HEAD
, OPTIONs
, ANY
, PATCH
) specifying how API Gateway will interact with the back end. Required if type
is AWS
, AWS_PROXY
, HTTP
or HTTP_PROXY
. Not all methods are compatible with all AWS
integrations. e.g., Lambda function can only be invoked via POST
.