Coder Social home page Coder Social logo

altcatalin / ses-monitor Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 133 KB

Simple SPA build with Elm on a Serverless architecture to monitor AWS SES Suppression List

JavaScript 31.10% CSS 2.75% Elm 62.21% HTML 3.93%
aws elm-lang serverless-framework serverless-plugin

ses-monitor's Introduction

SES Monitor

Simple SPA build with Elm on a Serverless architecture to monitor AWS SES Suppression List

Architecture diagram Architecture diagram

Prerequisites

Deployment

  1. prefix functions, services and resources names to prevent collision on AWS

    edit serverless.yml

    custom:
      prefix: ""
    
  2. deploy stack on AWS: serverless deploy -v

  3. configure AWS SES Bounce Notifications to send notifications with original headers to the SNS Topic from step 2.

  4. copy src/webapp/config.template.js to src/webapp/config.js and fill with the stack outputs values from step 2.

  5. install SPA dependencies: yarn install && elm package install

  6. build SPA: yarn build

  7. deploy SPA to S3:

    aws s3 sync dist s3://S3_BUCKET
    
  8. sign up a Cognito user

    aws cognito-idp sign-up \
       --client-id COGNITO_APP_CLIENT_ID \
       --username USERNAME \
       --password PASSWORD
    
  9. confirm Cognito user sign up

    aws cognito-idp admin-confirm-sign-up \
      --user-pool-id COGNITO_POOL_ID \
      --username USERNAME
    

ses-monitor's People

Contributors

altcatalin 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.