DEV Community

Discussion on: AWS Serverless and the DynamoDB Single Table Design - Hands-on with CDK v2

Collapse
 
thiagoscodeler profile image
Thiago Scodeler

Congrats for the great article @adrianosastre , very clear and straightforward.
One suggestion in case you want to be more accurate on the "Architecture" image, update it by adding a AWS CloudFront distribution in front of API Gateway.
Since you are deploying an API Gateway resource with "edge" as endpoint type, in the background you have a CloudFront created and managed by API Gateway.