is_eventbridge_event_content {lambdr}R Documentation

Determine if a Lambda event is coming from a EventBridge event (CloudWatch events)

Description

See https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents.html for more information.

Usage

is_eventbridge_event_content(event_content)

Arguments

event_content

the content of the response received from querying the text invocation endpoint, as a character

Value

logical


[Package lambdr version 1.2.5 Index]