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 32a77d9 commit 682b22aCopy full SHA for 682b22a
packages/integration-tests/src/test-project-setup/seed_test_project.ts
@@ -22,6 +22,7 @@ import { AmplifyAuthCredentialsFactory } from '../amplify_auth_credentials_facto
22
import { execa, execaSync } from 'execa';
23
import { AssumeRoleCommand, STSClient } from '@aws-sdk/client-sts';
24
import { SemVer } from 'semver';
25
+import crypto from 'node:crypto';
26
27
// TODO: this is a work around - in theory this should be fixed
28
// it seems like as of amplify v6 , some of the code only runs in the browser ...
0 commit comments