如何在Google App Engine上使用Aerospike部署Gin Gonic(golang)应用程序?

I was able to deploy a simple hello.go written in golang(without extra libs).

Can anyone help me how to deploy the webapplication I have developed locally using gin-gonic framework and aerospike(aerospike-client-go).

Particularly I am unable to understand whether I should install aerospike on some other vps and provide its url here in code to connect remotely. I am not getting the best way/correct/working way to use appengine.