Home Tags Python

Tag: Python

Start multiple python processes using supervisor

0
In this post I am going to show how to start up multiple instances of a python app using supervisor on Ubuntu.  This will...

Find AWS Resources with missing tags

2
Everyone who works with AWS resources at some point of time is asked how much is the spend for a project and in a...

AWS Lambda Layer for Python package requests

5
In my previous post, I made a layer for pymysql to access an RDS from Lambda. In this post, I will show how to...

Pass db credentials to Lambda using Parameter Store

0
If you are connecting to a RDS server from Lambda using native authentication method then you have to store user and password somewhere in...

AWS Lambda Layer example in python

0
Lambda Layers was one of the most exciting news out of AWS re:Invent 2018 for me. Using layers it is now possible to move runtime...

AWS Step Function to start a server and set DNS

0
In my previous post here I shared information on how to start an EC2 server and then set its DNS. This needed a host to...