node-ts/bus

Type for resolveTopicArn in SQS needs to be fixed

maganuk opened this issue · 2 comments

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)

thanks @maganuk really appreciate the report 🙏

@adenhertog thanks for building this wonderful library.