Do you or do you not support SNS FilterPolicy?

This feature as specified does not work. Please update examples or change the documentation.

missing:
    handler: functions/eeegMissing.handler
    events:
      - sns: arn:aws:sns:us-west-2:xxxx:aura
        filterPolicy:
          type:
            - EPILOG_PAGE_DATA_RECEIVED

I’ve tried just filter, FilterPolicy and so many more ways to indenting etc.

on a side and related note, sqs events don’t get created either!

  upload:
    handler: functions/eeeg2S3.handler
    events:
      - sqs:
        arn: arn:aws:sqs:us-west-2:xxxx:eeegPages
        batchSize: 10