We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question version 1.6.1 types for .send were
send(messages: string | string[] | ProducerMessage | ProducerMessage[], cb: ProducerCallback<void>): void;
this has been changed to
send(messages: string | string[]): Promise<SendMessageBatchResultEntryList>;
does this mean to old format of
{ id: string; body: string; messageAttributes?: { [key: string]: ProducerMessageAttribute }; delaySeconds?: number; groupId?: string; deduplicationId?: string; }
is no longer supported or is it just missing types?
The text was updated successfully, but these errors were encountered:
You are welcome to send a PR with the fix!
Sorry, something went wrong.
jeanrauwers
No branches or pull requests
Question
version 1.6.1 types for .send were
this has been changed to
does this mean to old format of
is no longer supported or is it just missing types?
The text was updated successfully, but these errors were encountered: