aws-samples / simple-websockets-chat-app

This SAM application provides the Lambda functions, DynamoDB table, and roles to allow you to build a simple chat application based on API Gateway's new WebSocket-based API feature.
MIT No Attribution
682 stars 280 forks source link

HTML #37

Closed kaihendry closed 4 years ago

kaihendry commented 4 years ago

Hi, my use case is to show a field to all people connected via HTML. If it updates, it needs to reflect on everyone's page. Is this a good starting point, or should I be looking at GraphQL?

Little puzzled why you don't have an HTML interface in your sample here.

dgomesbr commented 4 years ago

Hello @kaihendry, if you're looking more into a chat application, maybe amplify is more suitable for you https://aws.amazon.com/blogs/mobile/building-a-serverless-real-time-chat-application-with-aws-appsync/