ChallengeClub / tetris_score_server

tetris_score_server for https://github.com/seigot/tetris
MIT License
2 stars 6 forks source link

API gatewayからlambdaの呼び出しを作成 #15

Closed EndoNrak closed 2 years ago

EndoNrak commented 2 years ago

13

EndoNrak commented 2 years ago
$ curl https://*******.execute-api.ap-northeast-1.amazonaws.com/tetris_api_stage/score_evaluation

{"MD5OfMessageBody": "a52e1934e5b0d550c07033706524b0b7", "MessageId": "5aeda264-7e19-4e8a-acf5-64fc121cc36d", "ResponseMetadata": {"RequestId": "1416b71b-bfcb-5c6a-8e91-ec7e75072fdd", "HTTPStatusCode": 200, "HTTPHeaders": {"x-amzn-requestid": "1416b71b-bfcb-5c6a-8e91-ec7e75072fdd", "date": "Thu, 04 Aug 2022 13:24:28 GMT", "content-type": "text/xml", "content-length": "378"}, "RetryAttempts": 0}}

無事にSQSから200が返ってきた

EndoNrak commented 2 years ago

SQSに入っているメッセージが増えているのを確認した