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.