[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Open Source](/c/open-source/45) # Seeking feedback: ElastiCache message queue template PR 72 views · 2 likes · 4 posts Vasigorc (@vasigorc) · 2025-12-01 Hi Vercel community! I’ve pushed a PR that adds an AWS ElastiCache template to Vercel examples repo: https://github.com/vercel/examples/pull/1309 This template demonstrates: * Message production to Redis Streams * Consumer group consumption with `XREADGROUP` and `XAUTOCLAIM` * Message acknowledgment and pending list management * Contact form → message processor workflow I am looking for feedback from community on the implementation and whether this would be a useful addition to the examples repository. My PR includes a working demo, full documentation, and follows patterns from existing templates. Any thoughts and suggestions are much appreacited! Thank you! Vasile Vasigorc (@vasigorc) · 2026-01-09 · ♥ 1 @paul-murray Hi Paul, could you please kindly take a look at this PR? I believe that I have followed Vercel Template Marketplace rules for submission. I haven’t had a follow-up from the Vercel team yet. Paul Murray (@paul-murray) · 2026-01-09 · ♥ 1 Hi @vasigorc — I don’t have time to review this today, but I’ve added it to my list. Vasigorc (@vasigorc) · 2026-01-16 Hello Paul, sorry, is this PR still on your radar? :slightly_smiling_face: