Compare commits

..

No commits in common. '37ea5d5a5e2de4db3b61418fce889db4ae97d240' and '8e5cd70037674151e3f74bf220273368718476a5' have entirely different histories.

@ -1,14 +1,16 @@
## Technical Challenge Repo link
https://code.ndumas.com/ndumas/senior-platform-enginner-927-technical-challenge/
## Justifications
- Athena
- Less up-front configuration involved.
- 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 like rewriting the /load endpoints to use a different SQL flavor or parsing library.
- In the future, we can switch from CSV to JSON or Parquet or mix and match without any overhead.
- API Gateway
- Rate limiting and caching built-in
- Abstracts interfacing with the API away from raw lambda invocation URLs
- 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
- [X] Architecture diagram
- [X] saved as a PNG

Loading…
Cancel
Save