Choosing AWS services

While going through the Functional requirements page we concluded that our application will consist of several components.

We need a way to:

  • Handle API requests
  • Write and execute business logic
  • Store data in a database
  • Send emails

Handle API requests

Any ideas?

Write and execute business logic

Any ideas?

Store data in a database - DynamoDB

Any ideas?

Send emails

Any ideas?


We will go through each of these components a bit later, explaining their benefits and use cases.