Deploy Python Django App to AWS Elastic Kubernetes Service with a CI/CD pipelineHow I have deployed a Python Django application to Amazon EKS with a CI/CD pipeline using Terraform.Jan 26, 2024Jan 26, 2024
Published inTowards AWSBlocked by CORS policy AWS CDKWhen creating an AWS API gateway connected to the Lambda function, I was getting a CORS error. This is how I went about fixing it in my…Jul 9, 2023Jul 9, 2023
Errors updating LinuxI had some errors updating Linux (Debian) OS system packages, below, I will run through how I fixed the packages.Jun 3, 2023Jun 3, 2023
Post to LinkedIn using Python AutomationBelow are steps I went though to authenticate my LinkedIn token and post to my LinkedIn personal account using a python script.Apr 9, 2023Apr 9, 2023
How to Create a Serverless Contact Form using Lambda, DynamoDB and AWS CDKBelow are steps I went through to create a Serverless app that saves email from an HTML form to a DynamoDB in a few hours. Apologies code…Feb 25, 2023Feb 25, 2023
Generate code suggestions using OpenAI API and Python.I was wondering how to run OpenAI/ChatGPT code generation using the OpenAI API locally, so I thought I would have a play to see if I could…Feb 11, 2023A response icon1Feb 11, 2023A response icon1
Published inTowards AWSBenefits of multi-cloud architecturesA multi-cloud architecture is a type of cloud computing approach in which an organization uses multiple cloud services from different…Jan 27, 2023Jan 27, 2023
Algorithms: Consequences of adding more loopsCode ExampleJan 8, 2023A response icon1Jan 8, 2023A response icon1
Published inAWS in Plain EnglishSetup an Ubuntu Docker containerSometimes you need to set up a blank Ubuntu Linux instance to test commands or pipeline executions or install things.Dec 6, 2022Dec 6, 2022
Published inAWS in Plain EnglishRun AWS CDK in a Docker containerAWS Cloud Development Kit (AWS CDK) is a framework used to provision AWS cloud infrastructure using programming languages such as python…Oct 16, 2022A response icon1Oct 16, 2022A response icon1