n8n
Workflow
Invoke An Aws Lambda Function
This n8n workflow automates tasks and integrates with various services. Invoke An Aws Lambda Function - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks and integrates with various services. Invoke An Aws Lambda Function - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "dad37596-5b91-42a0-a307-c0cbcb04226a"
},
{
"name": "AWS Lambda",
"type": "n8n-nodes-base.awsLambda",
"position": [
450,
300
],
"parameters": {
"function": "arn:aws:lambda:ap-south-1:100558637562:function:hello-world-sample"
},
"credentials": {
"aws": "amudhan-aws"
},
"typeVersion": 1,
"id": "d71cb646-7ecf-4f96-958e-cc092b56e476"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "AWS Lambda",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow