DynamoDB-local in CodeBuild ReadTimeout Error

0

I'm trying to run integration tests with the dynamodb-local docker container with CodeBuild my CodePipeline. I'm able to build the container and docker ps shows the container is running. I can run my unit tests that don't use the container. If I curl https://localhost:8000 I'm getting the MissingAuthenticationToken response that is expected. But when I try to create a table in my test fixtures or try aws dynamodb list-tables --endpoint-url http://localhost:8000 I'm getting a ReadTimeout Error.

已提問 1 年前檢視次數 95 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南