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

Automate Figma Versioning and Jira Updates with n8n Webhook Integration
View
Splitout Code Create Webhook
View
HubSpot Splitout Create Webhook
View
Send daily weather updates via a message using the Gotify node
View
Manual Executecommand Automate Triggered
View
Lead Qualification with BatchData
View
Create, update, and get a document in Google Cloud Firestore
View
GoogleSheets MySQL Integration
View
đŸ¤–Content Creator Agent
View
Wait Limit Import Webhook
View