1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
At this time, June 28 2023, there is no Dart SDK for AWS as far as I know. However, this can still be accomplished. One possible approach is as follows.
- Create a Lambda function that uses the AWS SDK for any supported language and uses the SDK for Cognito to delete the target user.
- Expose the Lambda function through an API either through API Gateway or with Lambda Function URLs.
- Call the Lambda API from your Flutter application and provide the Cognito user id that you want to delete.
This architecture could be simplified if AWS releases an AWS SDK for Dart. I hope this helps!
Contenus pertinents
- demandé il y a un an
- demandé il y a un an
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans
- Comment puis-je modifier les attributs d’un groupe d’utilisateurs Amazon Cognito après sa création ?AWS OFFICIELA mis à jour il y a 6 mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 3 ans