greghendershott / aws

Racket support for Amazon Web Services.
BSD 2-Clause "Simplified" License
78 stars 25 forks source link

SQS: How to handle received messages? #54

Closed krrrcks closed 7 years ago

krrrcks commented 8 years ago

Maybe this is a n00b question, but: How do I access the parts of a received message? The struct message is not provided to the requiring module as far as I see.

greghendershott commented 8 years ago

That looks like a dumb oversight. Would you like to add it?

krrrcks commented 8 years ago

I created a PR with a fix. I hope I have done everything right (I am not that experienced with Github).

krrrcks commented 8 years ago

Did you find time to review the fix? Would be great to have the struct provided in upstream.