Event-Driven Architectures: Real-time Data Across Decoupled Applications
I recently wrote about how to invoke an AppSync API from a Lambda function. While useful and a valid approach, I had 2 gripes with that approach:
Manually signing SigV4 requests
The coupling between the application that sent the request, and the ap...
blog.focusotter.com3 min read