@n8n-dev/n8n-nodes-amazonaws-dynamodb
v1.0.0
Published
DynamoDB: managed NoSQL database with fast, predictable performance and seamless scalability.
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-dynamodb
Stop writing amazonaws-dynamodb API integrations by hand.
Every time you connect n8n to amazonaws-dynamodb, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to amazonaws-dynamodb took 5 minutes, not half a day?
This node gives you 1+ resources out of the box: Default: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-amazonaws-dynamodbOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-dynamodb - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-dynamodb API → paste your API key
- Drag the amazonaws-dynamodb node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Batch Execute Statement
- Post Batch Get Item
- Post Batch Write Item
- Post Create Backup
- Post Create Global Table
- Post Create Table
- Post Delete Backup
- Post Delete Item
- Post Delete Table
- Post Describe Backup
- Post Describe Continuous Backups
- Post Describe Contributor Insights
- Post Describe Endpoints
- Post Describe Export
- Post Describe Global Table
- Post Describe Global Table Settings
- Post Describe Import
- Post Describe Kinesis Streaming Destination
- Post Describe Limits
- Post Describe Table
- Post Describe Table Replica Auto Scaling
- Post Describe Time To Live
- Post Disable Kinesis Streaming Destination
- Post Enable Kinesis Streaming Destination
- Post Execute Statement
- Post Execute Transaction
- Post Export Table To Point In Time
- Post Get Item
- Post Import Table
- Post List Backups
- Post List Contributor Insights
- Post List Exports
- Post List Global Tables
- Post List Imports
- Post List Tables
- Post List Tags Of Resource
- Post Put Item
- Post Query
- Post Restore Table From Backup
- Post Restore Table To Point In Time
- Post Scan
- Post Tag Resource
- Post Transact Get Items
- Post Transact Write Items
- Post Untag Resource
- Post Update Continuous Backups
- Post Update Contributor Insights
- Post Update Global Table
- Post Update Global Table Settings
- Post Update Item
- Post Update Table
- Post Update Table Replica Auto Scaling
- Post Update Time To Live
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-dynamodb docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official amazonaws-dynamodb OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-dynamodb OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the amazonaws-dynamodb API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
