Seeking feedback: ElastiCache message queue template PR

Hi Vercel community!

I’ve pushed a PR that adds an AWS ElastiCache template to Vercel examples repo: Add ElastiCache (Valkey) message queue template by vasigorc · Pull Request #1309 · vercel/examples · GitHub

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

@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.

1 Like

Hi @vasigorc — I don’t have time to review this today, but I’ve added it to my list.

1 Like

Hello Paul, sorry, is this PR still on your radar? :slightly_smiling_face: