iam-veeramalla / shell-scripting-projects

Projects on shell scripting. Goal is to simulate real time projects as much as posible.
712 stars 1.59k forks source link

Detailed Documentation #5

Open SamPrinceFranklin opened 1 year ago

SamPrinceFranklin commented 1 year ago

As a user of this repository, I would like to suggest some modifications to the detailed documentation to enhance clarity and improve the overall user experience. The current documentation provides a good foundation, but there are certain areas where additional details or corrections would be beneficial.

Pratik-Mogal commented 9 months ago

As a user of this repository, I'd like to make some beneficial updates to the README file.

Pratik-Mogal commented 9 months ago

ReadMe file

Why we are going to use Lambda Function ?

Lambda functions offer a cost-effective way to perform serverless computing. You're only charged when these functions are active, making them a recommended choice.

Sending Email Notifications with AWS S3 Event-Triggered Project

In our project, we use the Simple Notification Service (SNS) to send email notifications. This project is often referred to as an AWS S3 event-triggered project because the lambda function is invoked when specific events occur.

What Triggers the Lambda Function?

The lambda function springs into action when any file is created or content is uploaded to our S3 Bucket. It triggers the event

In essence, the lambda function is responsive and operates only when it needs to.