The major advantage of gRPC on AWS seems to be the ability to call services in a language agnostic manner from code, without having to use HTTP and the limitations that come with it. The other advantage is that the calling code just has to call the defined method for the service.

Sources#

Introduction to gRPC