geekmidas
07/27/2021, 6:45 PMthdxr
07/27/2021, 6:46 PMAshishkumar Pandey
07/27/2021, 6:58 PMsst.Api
support these integrations, if yes, awesome, if not could you please add it to the roadmap. It would be great to be able to create proxy routes.geekmidas
07/27/2021, 7:02 PMFrank
Frank
Adrián Mouly
07/27/2021, 7:08 PMgeekmidas
07/27/2021, 7:14 PMIHttpRouteAuthorizer
which does not currently support IAM The support can be found here. This is the same thing when you use api.addRoutes()
import {
HttpApi,
} from '@aws-cdk/aws-apigatewayv2';
new HttpApi(this, apiId, {
defaultAuthorizer // Type IHttpRouteAuthorizer
});
Frank
Ashishkumar Pandey
07/27/2021, 7:17 PMgeekmidas
07/27/2021, 7:19 PMsst.Api
supported the proxy integration. It doesn't seem like there is a way to do that with cdk for my current integration.Frank
geekmidas
07/27/2021, 7:22 PMdev
and staging
environments. So I wanted to have a proxy to my load balancer using the http proxy. I am thinking of just having cognito auth on my load balancer directly. But there are some cases were we needed to have our endpoints protected with IAM instead hence why I asked this.Frank
geekmidas
07/27/2021, 7:24 PMFrank
Frank
geekmidas
07/29/2021, 7:48 AM