Perhaps I'm not aware of the intricacies of Zig or AWS Lambda, but what is this library supposed to provide? It is well known that services written in two different languages can communicate with one another over HTTP (or TCP, or UDP, or whatever protocol we need to use to call into an AWS Lambda function).
It's not about Zig or AWS Lambda in particular, it's about being able to connect everything together. The goal is making those connections easier to create/test/maintain via my tool.
Perhaps I'm not aware of the intricacies of Zig or AWS Lambda, but what is this library supposed to provide? It is well known that services written in two different languages can communicate with one another over HTTP (or TCP, or UDP, or whatever protocol we need to use to call into an AWS Lambda function).
The repo here is mostly a toy.
It's not about Zig or AWS Lambda in particular, it's about being able to connect everything together. The goal is making those connections easier to create/test/maintain via my tool.