/user-service

A template for implementing a user microservice. In collaboration with @derekwacks

Primary LanguagePython

UserService Sample

This repository contains a sample microservice for users. It runs Flask and implements RESTful APIs.

The application can be run locally but is designed to be run on AWS:

  • Compute on EC2
  • Data Access Layer on RDS
  • Middleware on SNS, Lambda, and SES deployed via the API Gateway

AWS credentials are set in setcredentials.py.

To run the service: python3 -m application