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
XREADGROUPandXAUTOCLAIM - 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