In the previous episode, we created our asynchronous image processing backend; in Episode 2, we’ll take the next step by building the synchronous application service, leveraging AWS Lambda and Amazon DynamoDB. This is where we’ll build the core business logic that will support front-end requests for our web application.
Resources
- GitHub Repo for AWS DevHour: Building Modern Applications
- Amazon DynamoDB
- Learn more about NoSQL
- Learn more about database types
- Database-focused episode of AWS Power Hour: Cloud Practitioner
- Free 90-minute digital course: Application Development Using AWS DynamoDB
- Best practices whitepaper: Serverless architecture with AWS Lambda
- Serverless Reference Architecture: Web Application (GitHub)