Send emails using AWS SES – with source code – 2024
Hey guys in today’s blog we will see how to send emails using AWS SES. This is going to be a short and crisp blog, so without any further due, let’s do it… AWS Simple Email Service AWS SES, or…
creating smart machines...
creating smart machines...
Hey guys in today’s blog we will see how to send emails using AWS SES. This is going to be a short and crisp blog, so without any further due, let’s do it… AWS Simple Email Service AWS SES, or…
Hey guys in this blog we will discuss how we can read Redshift data from Sagemaker Notebook using credentials stored in the secrets manager. So without any further due, Let’s do it… Step 1 – Creating a Secret in Secrets…
Hey guys, In this blog we will see how we can schedule a Python Script in AWS Glue as a Job that will run every hour. I have tried to make this tutorial as easy as possible with each and…
Hey guys, in today’s blog we will see how we can use an AWS S3 trigger to invoke a Lambda function. So without any further due, let’s dive into it… Step 1 – Create an Amazon S3 Bucket. Open your…
Recently I was trying to deploy a Lambda function as a component on an Edge Machine using AWS Greengrass v2 for a client and you won’t believe I have never done such a frustrating task in my life. After doing…
Hey guys, in today’s blog we will see how to deploy your first Lambda on AWS. In the last blog, we saw a detailed step-by-step guide on How to create an API in AWS API Gateway using AWS Lambda. So…
Hey guys, in today’s blog we will see how to create an API in AWS API Gateway using AWS Lambda. In the last blog, we saw a detailed step-by-step guide on how we can deploy an AWS Lambda using AWS…
In this blog, we will see how we can create an AWS Lambda using AWS ECR Docker image in Python. Creating a Lambda function using a container image can be very complex if you are doing it for the very…