aws-samples/aws2tf

API Gateway - only GET methods are being imported

zakrzk opened this issue · 2 comments

Hey,

I noticed that while importing API Gateway resources only GET methods are being imported.

Steps to reproduce:

  • ./aws2tf.sh -t apigw -i abc123

while the REST API with ID abc123 must have multiple methods i.e. GET, POST and OPTIONS

the command exits successfully, the tool generates code for aws_api_gateway_resource and aws_api_gateway_method but does it only for methods that have http_method = "GET"

Is there any chance you could implement this additional functionality so other types of methods would be supported as well?

Thanks!

committed changes to fix this

Assuming this is fixed - please reopen if not