'REST java application that uses AWS to gRPC

I have a backend dropwizard java gradle monolithic application that consumes and produces REST APIs, and it uses docker to do so. The application also extensively uses the AWS cloud. Q1. Are there any stepwise guidelines of how to migrate such an application to gRPC? Q2. Is it possible to migrate only one REST endpoint of your application to gRPC while the, the others aren't using gRPC?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source