0

I was wondering if the CRUD queries are encrypted in transit. I have a flutter app that uses AWS as backend and the data sent from client server needs to be encrypted in transit.

MaryKor
  • 47
  • 5

1 Answers1

1

Yes it uses TLS encryption and you can read more about that here:

https://docs.aws.amazon.com/amplify/latest/userguide/encryption-in-transit.html

Leeroy Hannigan
  • 11,409
  • 3
  • 14
  • 31
  • but this is for amplify hosting, or? Isn't that a different service? Or does amplify datastore rely on it for transfer of data? THANK YOU! – MaryKor Apr 28 '23 at 17:07