You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the lambda, it does not matter what it does.
Describe the results you received:
SNS events do not appear in the dashboard.
Describe the results you expected:
Expected SNS events to be on the Dashboard.
Additional information you deem important (e.g. issue happens only occasionally):
I propose that comparing the keys without regards to case for events will fix the issue.
Modifying the keys to match the exact casing in the SNS sample event, event-info works. Since the previous keys and other keys might be case insensitive (I have run into this with the Java agent), I would suggest the comparison be case insensitive.
The text was updated successfully, but these errors were encountered:
Description
SNS events are not recorded by the Python plugin due to case differences.
Steps to reproduce the issue:
Describe the results you received:
SNS events do not appear in the dashboard.
Describe the results you expected:
Expected SNS events to be on the Dashboard.
Additional information you deem important (e.g. issue happens only occasionally):
I propose that comparing the keys without regards to case for events will fix the issue.
Modifying the keys to match the exact casing in the SNS sample event, event-info works. Since the previous keys and other keys might be case insensitive (I have run into this with the Java agent), I would suggest the comparison be case insensitive.
The text was updated successfully, but these errors were encountered: