I have a Flutter application that uses AWS Amplify DataStore (API GraphQL). I need to encrypt data in transit when I create/update a model/new entry in the DataStore. How can I enable this?
Asked
Active
Viewed 74 times
0
-
2Isn't it all HTTPS by default? – jarmod Apr 28 '23 at 02:03
-
@jarmod I know that AWS Storage (using S3) is, for sure. AWS Amplify Cognito seems to be, too, according to their official documentation. Didn't find anything for AWS DataStore. They say DynamoDB is encrypted at rest, which DataStore uses. Nothing is clear for transit, though. – MaryKor Apr 28 '23 at 02:07