首先,我是 django 和dynamodb
. 我按照https://github.com/gtaylor/django-dynamodb-sessions链接并尝试将 django 与 DynamoDB 集成以创建 api 。
我确保 AWS 密钥正确,并且可以使用 python 和 boto 连接表,但仍然在服务器上运行时出现错误;
"DynamoDBResponseError: 400 Bad Request
{'message': 'Requested resource not found: Table: employee not found', '__type': 'com.amazonaws.dynamodb.v20111205#ResourceNotFoundException'}"