Type for resolveTopicArn in SQS needs to be fixed
maganuk opened this issue · 2 comments
maganuk commented
The current type for the options in SQS is incorrect after the update. It expects the function to take in only the topic name. It should be (awsAccountId: string, awsRegion: string, topicName: string) and not just (topicName: string)
adenhertog commented
thanks @maganuk really appreciate the report 🙏
maganuk commented
@adenhertog thanks for building this wonderful library.