Let's make it happen
Ready to deploy? Review the sample code on GitHub for detailed deployment instructions to deploy as-is or customize to fit your needs.
These technical details feature an architecture diagram to illustrate how to effectively use this solution. The architecture diagram shows the key components and their interactions, providing an overview of the architecture's structure and functionality step-by-step.
Step 1
Everything you need to launch this Guidance in your account is right here.
Ready to deploy? Review the sample code on GitHub for detailed deployment instructions to deploy as-is or customize to fit your needs.
The architecture diagram above is an example of a Solution created with Well-Architected best practices in mind. To be fully Well-Architected, you should follow as many Well-Architected best practices as possible.
Amazon CloudWatch helps you gain deep insights into your application's performance and behavior. CloudWatch monitors your system's health, helping you quickly identify and resolve issues. Automate your deployments using AWS CloudFormation for consistent and repeatable infrastructure provisioning to support your evolving business needs.
Protect your application with AWS Identity and Access Management (IAM), Amazon Cognito, and DynamoDB. IAM enables fine-grained access controls, Amazon Cognito secures user access by providing mechanisms for controlling external API access, and DynamoDB encrypts data at rest, safeguarding your sensitive information.
Build a resilient, fault-tolerant architecture using EventBridge, Lambda, DynamoDB, Amazon SQS, and CloudFront. EventBridge and Amazon SQS decouple your components to reduce single points of failure. Lambda scales automatically so you don’t have to provision or manage servers. CloudFront delivers static content reliably from a global network, improving availability and reducing latency.
Lambda allows you to run lightweight code on highly available compute infrastructure to help you respond quickly to events. DynamoDB offers a fast, serverless NoSQL database with consistent millisecond performance, maintaining performance regardless of scale. Amazon SQS and EventBridge allow non-blocking integrations between applications.
Serverless services like Lambda and AWS AppSync align costs with actual usage, following a pay-as-you-go pricing model, meaning you only pay for the services you use. DynamoDB has an on-demand mode and automatic scaling so that you only pay for the capacity required at any given time. CloudFront offers a global edge network that minimizes data transfer costs by reducing the distance data needs to travel to reach end-users.
Enhance the sustainability of your workload by using Lambda and DynamoDB. Lambda minimizes idle compute resources, and DynamoDB scales on-demand, reducing over-provisioning.