umesh
Results
1
issues of
umesh
Hi, I want to prefix the JSON file with custom value. ` async sendJSON(message: unknown, options: SqsMessageOptions = {}, jsonprefix): Promise { const messageBody = JSON.stringify(message); const msgSize = Buffer.byteLength(messageBody,...