Tag: Python (Page 1 of 3)

Step by step AWS Lambda Docker deployment

Last updated on August 29th, 2024 at 11:30 amIn this tutorial we are going to see Step by step AWS Lambda Docker deployment and how easily you can test your lambda functions by building a docker image. All this can be done by running the container on your local Computer / Desktop / MAC / […]

How to redirect URL in Flask Python with example

Last updated on August 29th, 2024 at 11:35 amIn this tutorial we are going to walk through simple steps on how to redirect an URL in Flask Python with HTTP status code. Before we start make sure that you import the redirect section from flask module Redirect With Status Code Below is an example on […]

How to connect MySQL using Flask Python

Last updated on August 29th, 2024 at 11:50 amIn this tutorial we will deep dive in to how to establish connection between Python Flask and MySQL . In order to make things simpler lets do a step by step approach What is Flask Python? Install flask extensions to connect to MySQL Connecting to MySQL using […]

How to get temporary credentials using Python AWS IAM

Last updated on August 29th, 2024 at 11:50 amIn this tutorial we are going to see how to write a simple python script to generate temporary credentials from STS. There are two examples below on how to use those temporary credentials one is how to list objects inside an S3 bucket and other is launching […]

« Older posts