News

This repository contains a sample CRUD API in written in Python using AWS Lambda. The project is structured in hexagonal architecture. The API is exposed using Amazon API Gateway. Amazon DynamoDB is ...
This sample architecture doesn't include monitoring of the deployed infrastructure. If your use case requires monitoring, evaluate to add it (for example, using CDK Monitoring Constructs); This sample ...
Phase 3.1 – Add simple Lambda authorizer to the API Gateway. To complete the architecture and prepare for future access controls, I added a simple Lambda authorizer to the API Gateway. Right now, it ...