A guide to Docker Networking

In this blog, Puneet Punj explores Docker networking, including how to build Docker networks and start containers inside of those networks.

Integrate Glue Schema Registry with Your Python Kafka App – Part 2

Glue Schema Registry provides a centralized repository for managing and validating schemas for topic message data and it can be utilized by many AWS services when building streaming apps. In this series, we discuss how to integrate Python Kafka producer and consumer apps In AWS Lambda with the Glue Schema Registry. In part 2, Kafka apps are deployed and their behaviour is discussed.

Integrate Glue Schema Registry with Your Python Kafka App – Part 1

Glue Schema Registry provides a centralized repository for managing and validating schemas for topic message data and it can be utilized by many AWS services when building streaming apps. In this series, we discuss how to integrate Python Kafka producer and consumer apps In AWS Lambda with the Glue Schema Registry. In part 1, I illustrate the infrastructure and Kafka apps.

Building AWS Lambda Container Images

Laptop with code on the screen in a dark room

This post explores the use of base images in containers with AWS Lambda, and demonstrates how to build a Docker image and deploy it in the Lambda service using AWS Elastic Container Registry.