In this chapter, you will be introduced to typical development strategies using Serverless Swift in an iOS app. You will build a basic AI powered app1 and then leverage the Serverless backend for Cloud-based functionality. The Serverless actions will be responsible for analyzing the Hacker News articles with the AI service – Watson Natural Language Understanding (NLU) in order to detect keywords, entities, and categories in the article.
The mobile app reads articles from Hacker News and analyzes ...