Hello, is there a way to check if a key is found in a parameter? each time I try to do it like a dictionary, I get the error that parameter doesn't have the dictionary attributes.
dammy arinde
06/21/2023, 7:38 PM
Doing this
if input_data['eventSource'] == 'aws:s3':
] is also not working, the statements in the if block never gets executed