API Gateway V2 ALB Integration - Multiple Route Creation Failure #34666
Unanswered
kristof-kasa
asked this question in
Q&A
Replies: 3 comments
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this, as this was answered in github issues as a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I'm not sure if this is a bug or if I'm misunderstanding something.
I have a routes array (100+ items in it), which contains all routes for my service, but whenever I'm trying to deploy this solution, it will fail with the following error:
However, when I only want to deploy, say, 50 routes (not every route at once), it works just fine.
Here is a small snippet of how I'm trying to do it:
Few notes:
{proxy+}
since I have other routes that should not be accessible via this gateway for my service, so I have to specify which exact routes users can access{proxy+}
with an authorizer lambda, which just checks the route and forwards it to the service whenever needed, but I thought I didn't need the authorizer lambda for this after all.Versions:
Beta Was this translation helpful? Give feedback.
All reactions