Simple n8n workflow to manually trigger and invoke an AWS Lambda function. Ideal for testing serverless functions without CLI tools.
This workflow demonstrates a basic yet powerful way to invoke an AWS Lambda function directly from n8n using a manual trigger. It consists of two nodes: a Manual Trigger node that starts the execution on demand, and an AWS Lambda node configured to call a specific function (e.g., hello-world-sample in ap-south-1 region). Users must set up AWS credentials in n8n for authentication.
The primary benefit is rapid testing and debugging of Lambda functions without relying on AWS CLI, console, or SDKs
Platform
n8n
Category
Website Building
Price
$4.99
Creator
Bryce Yu
AWS
Lambda
Serverless
Cloud Computing
Manual Trigger
Automation
Testing
n8n
Developer Tools
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.