We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dbb51 commit f7ee71fCopy full SHA for f7ee71f
examples/javascript/src/post-confirmation-lambda/index.mjs
@@ -1,6 +1,10 @@
1
import { addAreaCodeToPhone, mapUserAttributes } from '../lib/utils.mjs';
2
import Jane from '../lib/jane-service.mjs';
3
import apiService from '../lib/api-service.mjs';
4
+import {
5
+ AdminUpdateUserAttributesCommand,
6
+ CognitoIdentityProviderClient,
7
+} from "@aws-sdk/client-cognito-identity-provider";
8
9
/**
10
* Possible trigger sources:
0 commit comments