is_eventbridge_event_content: Determine if a Lambda event is coming from a EventBridge...

View source: R/eventbridge-events.R

is_eventbridge_event_contentR 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


lambdr documentation built on Nov. 25, 2023, 5:08 p.m.