Reputation: 57
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.
Upvotes: 0
Views: 122
Reputation: 19773
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
Upvotes: 1