4 Building and securing a web application the serverless way
This chapter covers
- Creating a serverless to-do list
- Using DynamoDB, a serverless database
- Implementing login the serverless way
In this chapter we will build upon the lessons of chapters 2 and 3 to build our second, more capable serverless AI system. Most programming texts use the canonical to-do list application as a teaching example. This book is no different in that regard. However, this is certainly not your grandparents' to-do list: this is the to-do list on steroids! The to-do list application that we will build in this chapter will start out simple enough as a familiar CRUD (Create, Read, Update, Delete ) type application utilizing a cloud native database. After securing ...
Get AI as a Service 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.