Posts tagged with AWS

8 posts found

Use your favorite AI tool to read the lastest AWS News

Use your favorite AI tool to read the lastest AWS News

You can use the unofficial AWS News MCP Server, which combines the news articles, blog posts and updates of more than 40 different AWS Newsfeeds to a single source. Connecting to the AWS News MCP Server You can use different protocols to access it: ...

October 14, 2025
4 min read
AWS mcp AI
Cost-efficient event ingestion into Iceberg S3 Tables on AWS

Cost-efficient event ingestion into Iceberg S3 Tables on AWS

Amazon S3 Tables was launched on December 3rd 2024, and provides you “storage that is optimized for tabular data such as daily purchase transactions, streaming sensor data, and ad impressions in Apache Iceberg format”. While S3 Tables can be queried ...

April 10, 2025
13 min read
apache iceberg AWS cloudflare
Query S3 Tables with DuckDB

Query S3 Tables with DuckDB

DuckDB has gained a new feature in preview, that allows querying of Iceberg data in AWS S3 Tables. Setting up a S3 Table There are multiple steps which need to be performed to set up a S3 Table that can be then queried with tools like DuckDB. As the ...

March 14, 2025
5 min read
s3-tables AWS apache iceberg
Retrieving Lambda@Edge CloudWatch Logs

Retrieving Lambda@Edge CloudWatch Logs

What is Lambda@Edge AWS Lambda@Edge is an extension of the traditional AWS Lambda service, but with a crucial twist – it brings serverless computing capabilities closer to the end-users. In essence, Lambda@Edge empowers developers to run custom code ...

January 26, 2024
3 min read
serverless lambda@edge AWS
List of free AWS Knowledge Badges

List of free AWS Knowledge Badges

As the Skillbuilder website is sometimes a bit hard to navigate, here's the full list of free badges you can do on AWS Skillbuilder: AWS Knowledge: Cloud Essentials AWS Knowledge: Architecting AWS Knowledge: Serverless AWS Knowledge: Object Stora...

September 1, 2023
1 min read
AWS skills learning
Casual data engineering, or: A poor man's Data Lake in the cloud - Part I

Casual data engineering, or: A poor man's Data Lake in the cloud - Part I

In the age of big data, organizations of all sizes are collecting vast amounts of information about their operations, customers, and markets. To make sense of this data, many are turning to data lakes - centralized repositories that store and manage ...

April 24, 2023
20 min read
AWS serverless datalake
Using DuckDB in AWS Lambda

Using DuckDB in AWS Lambda

Prelude DuckDB is an open-source in-process SQL OLAP database management system that has recently gained significant public interest due to its unique architecture and impressive performance benchmarks. Unlike traditional databases that are designed ...

February 12, 2023
6 min read
AWS duckDB serverless
Building a global reverse proxy with on-demand SSL support

Building a global reverse proxy with on-demand SSL support

Motivation Who needs a reverse proxy with on-demand SSL support? Well, think about services as Hashnode, which also runs this blog, or Fathom and SimpleAnalytics. A feature that all those services have in common? They all are enabling their customers...

January 10, 2023
11 min read
AWS Reverse Proxy Caddy