Hello, is there a way to check if a key is found i...
# ask-community
d
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.
Doing this
if input_data['eventSource'] == 'aws:s3':
] is also not working, the statements in the if block never gets executed