Posts tagged with serverless
5 posts found
Filter by tag
Filter by tag:
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 ...
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 ...
Serverless Maps for fun and profit
Introduction In today's data-driven world, interactive and visually appealing web-based maps have become an integral part of countless applications and services. Whether it's for navigation, location-based services, or data visualization, delivering ...
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 ...
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 ...