Can you publish multiple messages with a single REST request?

I am forwarding Amazon SQS messages to my Solace broker and have a Lambda function triggered when messages arrive in the queue. The lambda function receives up to 10 messages per call from SQS and needs to deliver them to the broker via REST. I’d like to make a single REST call with all of the messages if possible.