Skip to content

One Local Lambda calling another Local Lambda #47

Open
@AbhimanyuHK

Description

@AbhimanyuHK

Hi, i am having two lambda's . One lambda calling other lambda by boto3 client.

From AWS console it is working fine. how can i test locally in this case.

Snippets :

def handler(event, context):
    # Doing some process
    client = boto3.client("lambda")
    client.invoke(FunctionName="Lambda_2", InvocationType="Event")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions