@n8n-dev/n8n-nodes-amazonaws-cloudformation
v1.0.1
Published
CloudFormation enables predictable, repeatable AWS infrastructure deployments.
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-cloudformation
Stop writing amazonaws-cloudformation API integrations by hand.
Every time you connect n8n to amazonaws-cloudformation, 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-cloudformation 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-cloudformationOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-cloudformation - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-cloudformation API → paste your API key
- Drag the amazonaws-cloudformation node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Get Activate Type
- Post Activate Type
- Get Batch Describe Type Configurations
- Post Batch Describe Type Configurations
- Get Cancel Update Stack
- Post Cancel Update Stack
- Get Continue Update Rollback
- Post Continue Update Rollback
- Get Create Change Set
- Post Create Change Set
- Get Create Stack
- Post Create Stack
- Get Create Stack Instances
- Post Create Stack Instances
- Get Create Stack Set
- Post Create Stack Set
- Get Deactivate Type
- Post Deactivate Type
- Get Delete Change Set
- Post Delete Change Set
- Get Delete Stack
- Post Delete Stack
- Get Delete Stack Instances
- Post Delete Stack Instances
- Get Delete Stack Set
- Post Delete Stack Set
- Get Deregister Type
- Post Deregister Type
- Get Describe Account Limits
- Post Describe Account Limits
- Get Describe Change Set
- Post Describe Change Set
- Get Describe Change Set Hooks
- Post Describe Change Set Hooks
- Get Describe Publisher
- Post Describe Publisher
- Get Describe Stack Drift Detection Status
- Post Describe Stack Drift Detection Status
- Get Describe Stack Events
- Post Describe Stack Events
- Get Describe Stack Instance
- Post Describe Stack Instance
- Get Describe Stack Resource
- Post Describe Stack Resource
- Get Describe Stack Resource Drifts
- Post Describe Stack Resource Drifts
- Get Describe Stack Resources
- Post Describe Stack Resources
- Get Describe Stack Set
- Post Describe Stack Set
- Get Describe Stack Set Operation
- Post Describe Stack Set Operation
- Get Describe Stacks
- Post Describe Stacks
- Get Describe Type
- Post Describe Type
- Get Describe Type Registration
- Post Describe Type Registration
- Get Detect Stack Drift
- Post Detect Stack Drift
- Get Detect Stack Resource Drift
- Post Detect Stack Resource Drift
- Get Detect Stack Set Drift
- Post Detect Stack Set Drift
- Get Estimate Template Cost
- Post Estimate Template Cost
- Get Execute Change Set
- Post Execute Change Set
- Get Get Stack Policy
- Post Get Stack Policy
- Get Get Template
- Post Get Template
- Get Get Template Summary
- Post Get Template Summary
- Get Import Stacks To Stack Set
- Post Import Stacks To Stack Set
- Get List Change Sets
- Post List Change Sets
- Get List Exports
- Post List Exports
- Get List Imports
- Post List Imports
- Get List Stack Instances
- Post List Stack Instances
- Get List Stack Resources
- Post List Stack Resources
- Get List Stack Set Operation Results
- Post List Stack Set Operation Results
- Get List Stack Set Operations
- Post List Stack Set Operations
- Get List Stack Sets
- Post List Stack Sets
- Get List Stacks
- Post List Stacks
- Get List Type Registrations
- Post List Type Registrations
- Get List Type Versions
- Post List Type Versions
- Get List Types
- Post List Types
- Get Publish Type
- Post Publish Type
- Get Record Handler Progress
- Post Record Handler Progress
- Get Register Publisher
- Post Register Publisher
- Get Register Type
- Post Register Type
- Get Rollback Stack
- Post Rollback Stack
- Get Set Stack Policy
- Post Set Stack Policy
- Get Set Type Configuration
- Post Set Type Configuration
- Get Set Type Default Version
- Post Set Type Default Version
- Get Signal Resource
- Post Signal Resource
- Get Stop Stack Set Operation
- Post Stop Stack Set Operation
- Get Test Type
- Post Test Type
- Get Update Stack
- Post Update Stack
- Get Update Stack Instances
- Post Update Stack Instances
- Get Update Stack Set
- Post Update Stack Set
- Get Update Termination Protection
- Post Update Termination Protection
- Get Validate Template
- Post Validate Template
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-cloudformation 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-cloudformation OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-cloudformation 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-cloudformation 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
