Event Driven Background Processes
One theme when talking about serverless computing that frequently comes up is that “serverless is event driven.” Personally I’ve found this to be true and am going to share one of my favorite event driven architectures built with AWS in this post. Business Scenario For this post…
Routing on the Edge
At Koan, our application’s frontend is a React Single Page Application running in two distinct environments (Staging and Production). In addition to viewing the Staging and Production versions of our frontend, we also need to serve up a version of the frontend based off of a git…
The Secret to Getting More Done
It was a cold and rainy day as I sat alone in my home office debugging Webpack config errors. No matter what I tried, the errors would not go away. My natural inclination was to “just get through most of them” before eating lunch. But as I fixed errors, more emerged. Do you know…
Build a GraphQL API with TypeScript, AWS AppSync, and CDK
What We’re Building Previously, I had used AWS SAM to build a CRUD app for notes. Recently, I wanted to learn more about the AWS Cloud Development Kit (CDK), GraphQL, and AWS AppSync, so I decided to refactor my original project. Disclaimer that at the time of writing the CDK v…