MaryKor
MaryKor

Reputation: 57

Does AWS Amplify Datastore (GraphQL API) use HTTPS for Queries?

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

Answers (1)

Leeroy Hannigan
Leeroy Hannigan

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

Related Questions