pulumi / pulumi-aws-apigateway

Apache License 2.0
12 stars 5 forks source link

Further improvements to awsx-apigateway #37

Closed CyrusNajmabadi closed 2 years ago

CyrusNajmabadi commented 5 years ago

Here's the list of low hanging areas we need to investigate and can potentially improve our apigateway efforts with:

CyrusNajmabadi commented 5 years ago

Tagging @ekrengel

ekrengel commented 5 years ago

I have a PR for Lambda Authorizers. We also will want to support Cognito User Pools, so I added it as a separate line item above.

ekrengel commented 5 years ago

Looks like removing aws.apigateway.x.API was completed as part of 0.18.0 (Released March 28th, 2019).

ekrengel commented 5 years ago

Work Completed during M22:

We will leave this open for M23 for further improvements.

cmtoomey commented 5 years ago

Would it also be possible to allow for the selection of API deployment types

The use-case is that a user may want some flexibility in how their APIs are deployed (public consumption vs internal consumption).

rarous commented 5 years ago

It would be nice to have some way to set restApi.minimumCompressionSize.

naineel commented 4 years ago

Adding the ability to add resource policies would also be nice. https://docs.aws.amazon.com/en_pv/apigateway/latest/developerguide/apigateway-resource-policies.html

RichiCoder1 commented 4 years ago

Not sure if this should be it's own ticket, but the ability to set cache control headers on Static Routes would be great. Either as a callback or as a glob map

vmachacek commented 4 years ago

Hello, I'm trying to use IntegrationRouteTargetProvider for Lambda with Alias but still can't figure it out, some documentation / example would be nice.

rarous commented 3 years ago

It would be nice to have ability to intercept generated swagger, so i can add/change stuff like x-amazon-apigateway-integration attributes. In my case I need to set cacheKeyParameters.

danielrbradley commented 2 years ago

Closing as this appears to be a now-stale planning ticket.

pulumi-bot commented 2 years ago

Cannot close issue without required labels: kind/