简体   繁体   English

如何使用 Javascript 访问和更新云中的 AWS DynamoDB 表?

[英]How can I access and update an AWS DynamoDB table in the cloud using Javascript?

I am working with AWS and need to understand how I can access and write to a table that is stored in the cloud.我正在与 AWS 合作,需要了解如何访问和写入存储在云中的表。 I know this has something to do with the Amazon Resource Name (ARN), but I'm not so sure of what to do.我知道这与 Amazon 资源名称 (ARN) 有关,但我不太确定该怎么做。 I am working with DynamoDB tables!我正在使用 DynamoDB 表!

Thanks!谢谢!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 aws amplify 时,如何在没有任何 api 的情况下直接访问 aws dynamodb? - How can i access aws dynamodb directly without any api when am using aws amplify? 如何限制对我的 aws dynamodb 的访问 - how can I restrict access to my aws dynamodb 如何以访客用户身份访问AWS DynamoDB? - How can I access an AWS DynamoDB as a guest user? 无论键或条件如何,如何更新 DynamoDB 表中的属性? - How can I update an attribute in a DynamoDB table regardless of the key or condition? 如何使用 AccountB 的用户 CLI 凭证从 AccountA 访问 DynamoDB 表? - How can I access DynamoDB table from AccountA with using AccountB's User CLI credentials? 如何写入 AWS DynamoDB 表? - How do I write to an AWS DynamoDB table? 如何使用DynamoDB表中的数据在AWS云中进行算术运算(+,-,/,*,%) - How to do arithmetic operations (+,-,/,*,%) inside a AWS cloud with the Data in a DynamoDB table 如何使用 AWS SDK 将表添加到 AWS DynamoDB 表组? - How to add a table to AWS DynamoDB Table group using AWS SDK? 如何在 aws dynamodb 上创建表 - How can I create tables on aws dynamodb IAM允许访问一个dynamoDB方法,但不能使用javascript访问AWS - IAM Gives access to one dynamoDB method but not another using javascript to AWS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM