Search code examples
amazon-web-servicesamazon-dynamodbaws-amplifyflutter-aws-amplify

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.


Solution

  • 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