Home
Posts
Projects
Contact
Light
Dark
Automatic
Posts
AWS API Gateway with AppRunner
AWS API Gateway with AWS AppRunner, an under-documented integration.
Last updated on Jul 24, 2024
5 min read
CloudWatch Log Export
Exporting CloudWatch logs via the CreateExportTask.
Last updated on Dec 20, 2023
3 min read
Naming Things in AWS
Names of things can collide with other things.
Last updated on Dec 21, 2023
3 min read
Speedup AWS CDK Updates
Faster CloudFormation stack updates, via the Java CDK, by using ordered Maps.
Last updated on Dec 12, 2023
2 min read
Cascading 3.0 Query Planner
Cascading 3.0 proves we can abstract away the underlying platform by providing additional platforms users can execute against, not just MapReduce. Apache Tez is the first such addition. Tez is the latest parallel computation fabric from the Apache group. It builds on Hadoop, keeping the Hadoop File System for instance, but uses a model that removes inefficiencies that are baked into the MapReduce model.
Last updated on Feb 23, 2023
7 min read