AMILookup / amilookup.com-infra

IAC for amilookup.com
https://amilookup.com
GNU General Public License v3.0
0 stars 0 forks source link

Use GraphQL for a more scalable API. (AppSync) #6

Open lordmuffin opened 5 years ago

lordmuffin commented 5 years ago

https://medium.com/@joshua.a.kahn/building-a-unified-backend-with-aws-appsync-553263ececde

lordmuffin commented 5 years ago

The architecture would be almost identical to the link above. We would use both DynamoDB (Source of Truth) and ElasticSearch (Real time searching of data). This also means we need a lambda function to ingest via dynamodb stream into ES.