Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detailed Documentation #5

Open
SamPrinceFranklin opened this issue Jun 5, 2023 · 2 comments
Open

Detailed Documentation #5

SamPrinceFranklin opened this issue Jun 5, 2023 · 2 comments

Comments

@SamPrinceFranklin
Copy link

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
Copy link

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

@Pratik-Mogal
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants