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
There is no type support for content based filtering unless I've missed some documentation (please provide a link if there is any!)
Reproduction Steps
The code snippet below shows a type error complaining about "resources" not being of type string[]
to work around this I did the following:
After building the stack and looking in AWS console, the expected event pattern was created and the events matched as expected, so updating the type is all that is needed.