This code is used in the article How to build microservices on Google Cloud Platform and App Engine.
In this series of articles I will share my own experience working with microservices on Google Cloud Platform, the different options that we have, pros, cons and limitations of each of the services in GCP, today we’ll focus on App Engine.
If you are here it is because you are already deciding about what flavor should be better for your use case and certainly you’re in the right place.
This code is very simple and will only deploy a service able to get notifications from cloud pub sub.
- Just download the code
- Execute
npm install
- Execute
gcloud app deploy
- Then
gcloud app browse
You will see the health check in your browser.