Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我浏览了文档,但找不到。任何使用过该服务的人都可以回答这个问题吗?
DynamoDB 对象的属性可以是 int、string、int set 或 string set。 JSONP 是表示可以解析的 javascript 代码的字符串。
您打算将它用于什么用途?你要存储什么对象? 您是否正在调用 dynamodb api 的 AJAX 调用来检索元素,并且您希望该元素遵循 JSONP 模式?或者您希望在您的服务器中调用 DynamoDB(可能使用 servlet)并准备一个 JSONP 对象以发送到客户端