Skip to content

Simple CRUD (Create, Read, Update, Delete) Web Application to manage AWS SES email templates.

License

Notifications You must be signed in to change notification settings

aprendiendo-la/aws-ses-email-template-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SES Email Template Manager

Simple CRUD (Create, Read, Update, Delete) Web Application to manage AWS SES email templates. See the live demo.

license

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • An AWS Account
  • NodeJS

Installing

Install node modules

yarn

Copy .env.example to .env

cp .env.example .env

Setup your environment variables

REACT_APP_REGION= REACT_APP_AWS_ACCESS_KEY_ID= REACT_APP_AWS_SECRET_ACCESS_KEY=

Run the application

yarn start

Running the tests

Upcomming...

Deployment

To deploy this application to production, you may consider implement an authentication mechanism.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple CRUD (Create, Read, Update, Delete) Web Application to manage AWS SES email templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published