Compare commits

...

3 Commits

@ -1,16 +1,14 @@
## Technical Challenge Repo link
https://code.ndumas.com/ndumas/senior-platform-enginner-927-technical-challenge/
## Justifications ## Justifications
- Athena - Athena
- Less up-front configuration involved. I hope. - Less up-front configuration involved.
- AWS wants to lock you into their ecosystem so it'll be cheaper. - AWS wants to lock you into their ecosystem so it'll be cheaper.
- In the future, we can switch from CSV to JSON or Parquet or mix and match without any overhead. - In the future, we can switch from CSV to JSON or Parquet or mix and match without any overhead like rewriting the /load endpoints to use a different SQL flavor or parsing library.
- API Gateway - API Gateway
- Rate limiting and caching built-in - Rate limiting and caching built-in
- Abstracts interfacing with the API away from raw lambda invocation URLs - Abstracts interfacing with the API away from raw lambda invocation URLs
- Can be mapped to a domain - Can be mapped to a domain
- Athena
- Less up-front configuration involved. I hope.
- AWS wants to lock you into their ecosystem so it'll be cheaper.
- In the future, we can switch from CSV to JSON or Parquet or mix and match without any overhead.
## Challenge Deliverables ## Challenge Deliverables
- [X] Architecture diagram - [X] Architecture diagram
- [X] saved as a PNG - [X] saved as a PNG

Loading…
Cancel
Save