馃挕 AWS CDK: Multi-Stage API Gateway APIs with Lambda Integration using Stage Variables

When building APIs using AWS API Gateway backed by AWS Lambda functions, there鈥檚 a common pattern for creating separate development and production environments. Multiple stages (e.g., dev and prod) are created for the API. The name of the Lambda function (or its alias) to call for serving requests is stored in a stage variable. While building an AWS CDK stack, I found implementing this pattern surprisingly difficult, and it took me quite a while to find a solution....

October 3, 2024 路 2 min 路 407 words 路 Botond

馃敆 Links of the Week: A Windows Bug, Image Kernels, AWS, GitHub, and of course AI

Not AI How to lose your work using Undo Copy in Windows: Windows has a terrible surprise hidden in the context menu of Windows Explorer. Image Kernels Explained Visually: A technique used in image editors like Photoshop or Gimp and in computer vision is to apply image kernels (or convolution filters/matrices) to images to enhance or reducing certain features. This website allows you to try different kernels on an example image....

May 14, 2023 路 2 min 路 301 words 路 Botond