AWS Lambda

How to add Dynamic Contact Forms for S3 Static Websites Using AWS Lambda, API Gateway & Amazon SES – A step-by-step guide!

I have a static website thecloudadvisory. This website is designed in HTML, JavaScript & CSS, so it’s completely a static website. Due to its static nature, I have deployed this application in Amazon S3 and used the host static website feature, costing me nearly zero cents. Off lately, I realized it’s good to have a …

How to add Dynamic Contact Forms for S3 Static Websites Using AWS Lambda, API Gateway & Amazon SES – A step-by-step guide! Read More »

Empowering Non-AWS Workloads With AWS IAM Roles For Secure Access

Can you allow access to a client outside of the AWS cloud? Yes, you can. However, it gets complicated to achieve this thanks to the recently launched feature “AWS IAM Roles Anywhere”. This feature allows you to provide temporary credentials to clients/applications outside the AWS cloud. However, this can be achieved through IAM roles also …

Empowering Non-AWS Workloads With AWS IAM Roles For Secure Access Read More »

Amazon EventBridge: Experience the Joy of Simplified App Development

With this tutorial, let’s learn to deploy an AWS Serverless Application using AWS Serverless Application Model (AWS SAM) and configure events with Amazon EventBridge. AWS SAM is an open-source framework for developing serverless applications. It simplifies expressing functions, APIs, databases, and event source mappings. It is important to note that AWS SAM is an extension …

Amazon EventBridge: Experience the Joy of Simplified App Development Read More »

The Pitfalls Of Monolith Serverless Application: What You Need To Know

The majority of companies have difficulties with monolithic serverless applications. They are either redesigning their application or moving to microservice architectures. One of the common mistakes that I see in many organizations is that they are now building monolith serverless applications. It sounds easy once you get a little more familiar with serverless technology. However, serverless …

The Pitfalls Of Monolith Serverless Application: What You Need To Know Read More »