-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable API Gateway v2 (HTTP) for expose #246
Conversation
|
apiId: api.id, | ||
integrationType: 'HTTP_PROXY', | ||
integrationMethod: 'ANY', | ||
integrationUri: ecsNlb.loadBalancer.arn, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will only work if the nlb is an awsx nlb which i think we moved completely off of now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nevermind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i thought we migrated away from it but we didnt
Do we want to update the signature of |
|
This change enables HTTP API Gateways to be created with routes set up.
Standard checks