Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 903 Bytes

File metadata and controls

26 lines (23 loc) · 903 Bytes

Exvi Server

The server portion of my high school capstone project.

Technologies

  • Amazon Web Services
    • Lambda & lambda layers for common dependencies
    • SES & SNS for email & text notifications
    • REST API lambda access with API Gateway
    • IAM configured to allocate permissions accordingly
    • Cloudwatch used to monitor requests
    • DynamoDB to store user data
      • Global secondary indices to query used emails & phone numbers
  • GitHub Actions for CD
  • Kotlin/Java
    • Kotlin multiplatform dependencies & interoperability
  • Maven
  • JitPack

Related Repositories