Developing Your Serverless Application

In Chapter 3, Designing a Kotlin Serverless Application, we analyzed our app requirements and jotted down all the APIs that we need for app development. Also, we described the UI part. In this chapter, we are going to design an app that has end-to-end integration with the AWS instance. We will demonstrate how using Kotlin, both on the client side and on the AWS infrastructure side, will benefit you. We will learn a lot of cool tricks in Kotlin, which save time and reduce the amount of code.

In this chapter, we will learn about the following:

  • Configuring the AWS Cognito pool, which we will use for user authentication
  • Code lambda functions, which will keep all our business logic
  • Making lambda talk with ...

Get Hands-On Serverless Applications with Kotlin now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.