Workflow: Manual Awslambda Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "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
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "AWS Lambda",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Wait Limit Update Webhook
View
Openai Form Automation Triggered
View
Aggregate HTTP Create Webhook
View
Email AI Auto-responder. Summerize and send email
View
RAG Workflow For Stock Earnings Report Analysis
View
Convert Parquet, Avro, ORC & Feather via ParquetReader to JSON
View
Splitout Code Automation Webhook
View
Create a channel, add a member, and post a message to the channel
View
Airtable Create Triggered
View
Automatically Update YouTube Video Descriptions with Inserted Text
View