neviaumi/project-bootstrap-aws-nest-react

Replace AWS with GCP?

neviaumi opened this issue · 1 comments

Why

Dynamodb haven't good support on Pagination as it haven't total count and query by offset feature.
It got some workaround in frontend in order to make it work.
I have to :

  • Disable previous page feature (I can't go back without saving previous next page token)
  • Disable go to last page feature (I don't know what is last page token)

In order to make pagination usable.

When come to real world consideration, seem it more suitable on infinite scroll.

IaC Support

  • Test Pulumi with GCP in new repo
  • Create FireStore
  • Create Google Storage
  • Create CloudFunction

Replace DynamoDB with Firestore

will fork this template and replace AWS in that repo.