This includes both example code and skeleton code written in Python 3.7.
Example code is about searching the capital of given country. However, only one country, South Korea, is considered in this code since it's just an example.
This code is intended for Cloud Function service provided by Naver Cloud Platform. It can also be used in any other cloud platforms with proper modification.
After setting this Cloud Function to an API endpoint using API Gateway service, your backend for NUGU Play is ready to be serverless.
You can also see node.js skeleton code or other implementations here