After days of frustration with AWS, I decided to try out Google App Engine. However, I'm not sure what I can do to have a backend function that gets triggered to run a full text search algorithm in the database. When new data is added to the database, I want this function to be invoked and do a search action in the database, then send notifications according to the search result.
What I want to do is like Parse Cloud Code, or AWS Lambda + S3.
Please help, I'm desperate, any suggestions would be highly appreciated.