且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

身份验证后在iOS中使用DynamoDB

更新时间:2023-12-03 10:29:28

检查您的 awsconfiguration.json 包含以下条目:

Check that your awsconfiguration.json has the following entry:

    "DynamoDBObjectMapper": {
        "Default": {
            "Region": "AWS_REGION_NAME"
        }
    }

设置您自己的 AWS_REGION_NAME (例如, us-east-1 )。

setting your own AWS_REGION_NAME (e.g., us-east-1).