Skip to content

AWS DynamoDB 节点#

使用 AWS DynamoDB 节点在 AWS DynamoDB 中自动化工作,并将 AWS DynamoDB 与其他应用程序集成。n8n 内置支持广泛的 AWS DynamoDB 功能,包括在数据库上创建、读取、更新、删除项目和记录。

在此页面上,您将找到 AWS DynamoDB 节点支持的操作列表以及更多资源的链接。

凭据

有关设置身份验证的指导,请参阅 AWS 凭据

操作#

  • Item 项目
  • Create a new record, or update the current one if it already exists (upsert/put) 创建新记录,或在已存在时更新当前记录(插入/更新)
  • Delete an item 删除项目
  • Get an item 获取项目
  • Get all items 获取所有项目

模板和示例#

Transcribe audio files from Cloud Storage

by Lorena

View template details
Extract and store text from chat images using AWS S3

by Lorena

View template details
Sync data between Google Drive and AWS S3

by Lorena

View template details
Browse AWS DynamoDB integration templates, or search all templates

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作