This one is pretty simple starting point for deployment model for single page application on AWS. Nothing complex and basic building blocks on aws.
Tier | Components |
---|---|
Presentation | Static website content hosted in Amazon S3, distributed by CloudFront. AWS Certificate Manager allows a custom SSL/TLS certificate to be used. |
Logic | API Gateway with AWS Lambda. This architecture shows three exposed services ( Each Lambda function is assigned its own IAM role to provide access to the appropriate data source. |
Data | Amazon DynamoDB is used for the Amazon ElastiCache is used by the |
No comments:
Post a Comment