問題タブ [amazon-dynamodb-local]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - AWS CLI がローカルホストに接続していません
ローカルマシンで DynamoDB をセットアップしようとしていますが、進行しませんでした。Amazonのドキュメントでさえ、さまざまなチュートリアルに従いましたが、どこが間違っているのかわかりませんでした。 画像はこちら
私を導いてください、とても感謝しています。ありがとうございました。
django - EndpointConnectionError: Could not connect to the endpoint URL: "http://localhost:8000/", facing an error while connecting local dynamodb
I am trying to establish a connection between the locally created lambda function and local dynamodb. I set up both lambda and dynamodb locally and tried to create table in the dynamodb but facing an error. Here is my script to create a table in dynamodb through local lambda
Thus far, everything is going fine but when I try to execute the code, it throws an error that you can examine
On the other hand, the local dynamodb is also working fine that you can see
I don't know where I am doing wrong, i also have configured aws secrect access key, id, and region. Kindly help me, I would really appreciate that.