Next.js 13 + Cognito + API Gateway + Lambda + DynamoDB - Books App Demo
This frontend application serves as a simple demonstration of how to interact with a backend built using AWS CDK.
It performs basic CRUD operations, with API Gateway methods protected by Cognito authorizers. Lambda functions process requests and handle data modifications in DynamoDB.
You can finde the backend code here.

The application allows for the following
- - Authentication with Cognito
- - Book creation
- - Book modification
- - Book deletion
- - Listing all books
- - Retrieving a book by its ID.
Please note that this application is experimental and not production-ready.