Hi there, I’m Maurice 馃憢

Welcome to my blog about AWS, Python and other random stuff.

Which AWS Regions are Lambda@Edge functions executed in?

Lambda@Edge functions are executed in multiple regions around the world, but which ones exactly? In this post we鈥檒l find out together, which will enable us to pre-create log groups and other resources for them.

2025-02-06 路 7 min 路 Maurice Borgmeier

Integrating HubSpot with AWS Lambda

Like many organizations, tecRacer uses HubSpot as a CRM. Integrating Hubspot with other (internal) systems enables smooth workflows for everyone involved. Since I recently built a custom integration, I thought it may be helpful to explain how to set up a secure interface with AWS.

2024-12-06 路 5 min 路 Maurice Borgmeier

How I spent a few hours using advanced technology to save $2

Opportunity cost is an important economic concept, but sometimes we need to ignore it to learn something. Join me in using a variety of services and tools to figure out what is using my KMS keys and if I can safely delete them.

2024-11-01 路 8 min 路 Maurice Borgmeier

AWS Community Day 2024: Finding and using undocumented AWS APIs

Links and References for my Talk at the AWS Community Day 2024 in Sofia As soon as the recording is available, it will appear here Contact If you want to get in touch, send me an e-mail hi [盲t] mauricebrg.com. Presentation The slides are available as a PDF here. Links Blog Post: Using undocumented AWS APIs with Python Python Package that implements some undocumented APIs (Github) If you鈥檙e interested in (un)documented or non-production APIs for Security research, Datadog has an interesting article here

2024-10-11 路 1 min 路 Maurice Borgmeier

AWS-Blog: Building Data Aggregation Pipelines using Apache Airflow and Athena

Business insights are frequently generated from aggregated data, like daily sales per market segment over time. In this blog post we鈥檒l use Apache Airflow to build a data aggregation pipeline that utilizes Amazon Athena for the heavy lifting. We鈥檒l cover best practices that you should follow to build a production-ready system.

2024-09-23 路 7 min 路 Maurice Borgmeier

AWS-Blog: How to accidentally create read-only DynamoDB items

In a recent Developing on AWS course I was faced with an interesting question about DynamoDB. What happens if you create an item that features attributes of a global secondary index with a data type that doesn鈥檛 match the index? My intuition was wrong, let鈥檚 check out what actually happens.

2024-09-14 路 5 min 路 Maurice Borgmeier

AWS-Blog: Making the TPC-H dataset available in Athena using Airflow

The TPC-H dataset is commonly used to benchmark data warehouses or, more generally, decision support systems. It describes a typical e-commerce workload and includes benchmark queries to enable performance comparison between different data warehouses. I think the dataset is also useful to teach building different kinds of ETL or analytics workflows, so I decided to explore ways of making it available in Amazon Athena.

2024-08-29 路 7 min 路 Maurice Borgmeier

AWS-Blog: Enabling Apache Airflow to copy large S3 objects

If you鈥檙e trying to use Apache Airflow to copy large objects in S3, you might have encountered issues where S3 complains about you sending an InvalidRequest. We will fix that in this post by writing a custom operator to handle the underlying problem.

2024-08-27 路 3 min 路 Maurice Borgmeier

AWS-Blog: You can't Opt-Out of Performance Tracking in the AWS Console

Even though I had opted out of performance measurement cookies, I noticed a lot of web requests that look like performance measurement in the AWS console. In this article I investigate what鈥檚 being sent and what we can do about it.

2024-08-22 路 7 min 路 Maurice Borgmeier

AWS-Blog: Improving Accessibility by Generating Image-alt texts using GenAI

In this article, we鈥檒l be using GenAI to generate alternative texts for images in Markdown documents, which will help people relying on screen readers to access your content.

2024-08-21 路 7 min 路 Maurice Borgmeier