CloudFront 494 Error – Quick Fix

494 error

My team ran into a 494 error earlier this week coming out of CloudFront. The first few files requested from CloudFront would be successful, then we would hit the 494 error and most requests after that, but not all, would fail. The first place we looked was CloudFront logs, but these 494 requests weren’t getting … Read more

Learning the AWS CDK

CloudFormation written in Python? Yes! After using the CDK for a bit, I believe it will be replacing CloudFormation for most AWS IaC in the coming years. The CDK is a layer of abstraction built on top of CloudFormation(CF). It allows you to write a condensed, but more powerful form of CF in one of … Read more

Using DinkToPDF on Alpine Linux

Alpine Container DinkToPDF “System.AggregateException: One or more errors occurred. (Unable to load shared library ‘libwkhtmltox’ or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: Error loading shared library liblibwkhtmltox: No such file or directory) —> System.DllNotFoundException: Unable to load shared library ‘libwkhtmltox’ or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: Error loading shared library liblibwkhtmltox: No such file or directory”