Microservices

Information on Microservice related articles. Programmatic and infrastructure guides. This section is geared towards DevOps engineers and Architects looking to learn more about Microservices.

How To Connect To LocalHost From Inside A Docker Container

How To Connect To LocalHost From Inside A Docker Container

Introduction We will cover How To Connect To LocalHost From Inside A Docker Container. Did you know that localhost inside a docker container simply refers to the container itself? I will break this review in the following sections: The problem of why localhost is the container and not the host Show an example use-case of …

How To Connect To LocalHost From Inside A Docker Container Read More »

How to Include Files Outside of Docker's Build Context

How to Include Files Outside of Docker’s Build Context

Introduction We will cover How to Include Files Outside of Docker’s Build Context. Did you know you can still do this with one simple work-around? I will break this review in the following sections: The problem and limitations of docker Show an example use-case of the problem Demonstrate a solution with a bonus tip to …

How to Include Files Outside of Docker’s Build Context Read More »

Python Boto3 API Gateway: Post, Get, Lambda, Models, Auth

Python Boto3 API Gateway: Post, Get, Lambda/EC2, Models, Auth

Introduction Today we will discuss on everything you need to know about Python Boto3 API Gateway: Post, Get, Lambda/EC2, Models, Auth in simple and easy to follow guide with lots of hands-on examples. Would you like to know to programmatically instrument API Gateway? You came to the right resource, all code, examples can be found in …

Python Boto3 API Gateway: Post, Get, Lambda/EC2, Models, Auth Read More »

AWS Lambda

How to Setup an AWS Lambda Python Function From Scratch

Introduction Today I’m going to walk you through on how to setup an AWS Lambda Python Function From Scratch. We are going to do everything step by step starting from setting up your environment and any dependencies needed to getting a full working example. In the process I’m going to show you how this looks …

How to Setup an AWS Lambda Python Function From Scratch Read More »