Migrate from spring cloud zuul api gateway to Amazon api gateway

Viewed 512

I am currently trying to migrate my api gateway from spring cloud zuul to amazon api gateway, I have tried many articles but not able to do so.

Also on my api gateway currently authentication of jwt token is done also load balancing is there.

So after migrating to amazon api gateway do I need eureka discovery server or amazon api gateway will do that by self.

I am wondering how to achieve all this using amazon api gateway - service registration, load balancing, and configuring all of these?

0 Answers
Related