pulumi / pulumi-aws-apigateway

Apache License 2.0
12 stars 5 forks source link

Add binary media type to the rest api resource #107

Closed pierskarsenbarg closed 10 months ago

pierskarsenbarg commented 10 months ago

Hello!

Issue details

The API Gateway REST API resource in the AWS classic provider gives the ability to add a list of binary media types (https://www.pulumi.com/registry/packages/aws/api-docs/apigateway/restapi/#binarymediatypes_nodejs). This is currently not available as an input but we do reference it: https://github.com/pulumi/pulumi-aws-apigateway/blob/d3f90fc2b4e92453d9488f58e745c53c42cf288c/provider/cmd/pulumi-resource-aws-apigateway/apigateway/api.ts#L654

Can we expose it as an input?

Affected area/feature