Git Product home page Git Product logo

configuring-sns-push-notification-on-s3-bucket-event's Introduction

AWS S3 Bucket with SNS Notification

This Terraform script sets up an AWS S3 bucket and an SNS topic for user updates. When a new object is created in the S3 bucket, an email notification is sent to the specified address.

Prerequisites

  • Terraform: Ensure it's installed.
  • AWS Credentials: Set up AWS credentials.

Usage

  1. Clone the Repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Update Configuration: Open main.tf and replace "[email protected]" with your email address in the aws_sns_topic_subscription section.

  3. Run Terraform:

    terraform init
    terraform apply
  4. Clean Up (Optional):

    terraform destroy

Resources Created

  • S3 Bucket:

    • Name: my-tf-test-bucket-aayush
  • S3 Bucket Notification:

    • Triggers SNS notifications on new object creation.
  • SNS Topic:

    • Name: user-updates-topic
  • SNS Topic Subscription:

  • SNS Topic Policy:

    • Allows S3 to publish messages to the SNS topic.

Notes

  • Ensure Terraform and AWS CLI are configured.
  • Update AWS credentials and configurations in main.tf as needed.

configuring-sns-push-notification-on-s3-bucket-event's People

Contributors

aayushknoldus03 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.