AWS中的Websocket | AWS API网关| AWS WebSockets中的聊天应用程序| DynamoDB,Python |第2部分



在此视频中,我们将看到如何使用AWS API Gateway,DynamoDB,Python在AWS Web Sockets API中执行简单的聊天应用程序。

这将是一系列的多个视频,因此请继续关注本系列的更多视频。

5 comments
  1. Hi I'm also getting the "msg is delivered" but not getting displayed in 2nd chat. I have also tried removing https:// but it then given "internal server error". Can you please help me out.
    I have even tried from custom test event : "{
    "requestContext": {
    "connectionId": "KzqPsccLhcwCEqQ="
    },
    "body": "{"Msg": "rngjren","ReceiverID": "vishal"}"
    }"

    but then message comes from line: req=requests.post(url,auth=auth,data=str(jsonobj))
    that: {"message": "Forbidden"}

Comments are closed.