I have to resolve the TopicArn attribute in SqsListener, for subscriptions where raw message delivery is disabled. I think it's similar to https://github.com/awspring/spring-cloud-aws/blob/main/spring-cloud-aws-sqs/src/main/java/io/awspring/cloud/sqs/support/resolver/NotificationSubjectArgumentResolver.java#L35. Is it possible to extend/replace https://github.com/awspring/spring-cloud-aws/blob/main/spring-cloud-aws-sqs/src/main/java/io/awspring/cloud/sqs/annotation/SqsListenerAnnotationBeanPostProcessor.java#L88 to add another resolver?