We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa275e commit 9ac5198Copy full SHA for 9ac5198
packages/aws-utils/jest.setup.ts
@@ -1,3 +1,3 @@
1
process.env.AWS_ACCESS_KEY_ID = 'fake-id';
2
process.env.AWS_SECRET_ACCESS_KEY = 'fake-key';
3
-process.env.AWS_DEFAULT_REGION = 'us-east-1';
+process.env.AWS_REGION = 'us-east-1';
0 commit comments