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).
Jaden_Simon•1h ago
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.
flare_blitz•1h ago
Jaden_Simon•1h ago
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.