Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Tech Component,Purpose
  2. AWS AppSync,Secure Messaging service - facilitates chat inputs & responses.
  3. AWS DynamoDB,NoSQL Database. Captures all messages and triggers Lambda (business logic) via Streams.
  4. AWS Cognito,Provides valid tokens required for interface to AppSync.
  5. AWS IAM,Facilitates authorized access to AppSync.
  6. AWS Kinesis,Fast & decoupled method of pushing data to other data stores (RDS)
  7. AWS Lambda,On-demand serverless functions. Handles core business logic++.
  8. AWS Machine Learning,Train models to understand Small Talk; FAQs & Custom Content.
  9. AWS Quicksight,Analytics and reporting engine. Connects to enriched chat data in RDS.
  10. AWS RDS,MySQL database storing enriched chat data.
  11. AWS S3/Cloudfront,Code is deployed to S3 but accessed by users via Cloudfront CDN.
  12. AWS Polly,Text to speech in multiple accents.
  13. AWS SES,Transactional emails. Confirm bookings. Share saved spots with friends.
  14. ----,-----
  15. Logz.io,Centralized Logging Service
  16. 3rd Party APIs,Destination Content. Lat/long Mapping. Resorts. Hotels. Trivia. Activities/Tours.
  17. ,Events/Tickets. Coupons/Discounts. Payment Processing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement