Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
8841f54
chore: migrated view-test-artifacts to aws-sdk v3
svidgen May 22, 2025
7834984
chore: checkpoint update e2e test functions
svidgen May 22, 2025
b038939
chore: sdk migrate retrieve-secret
svidgen May 23, 2025
ece9b23
...
svidgen Jun 4, 2025
c3f78be
migrated sdk-calls.ts
svidgen Jun 11, 2025
18e3268
more sdk migrations
svidgen Jun 13, 2025
29b9e85
update yarn lock
svidgen Jun 13, 2025
d0bbef5
...
svidgen Jun 17, 2025
eb6ebfd
...
svidgen Jun 18, 2025
8f9fc4f
...
svidgen Jun 18, 2025
9b68760
...
svidgen Jun 19, 2025
d0b53b7
...
svidgen Jun 20, 2025
a081cf4
fixes
svidgen Jun 20, 2025
0e0a526
fix Buffer arg type???
svidgen Jun 20, 2025
62fb608
fix missed cleanup script in e2e-tests
svidgen Jun 20, 2025
0928829
fixing missed S3 type ref cleanup
svidgen Jun 20, 2025
615a76f
chore: update dep licenses
svidgen Jun 20, 2025
4119190
chore: bump lint memory
svidgen Jun 20, 2025
779c6d0
chore: prettier
svidgen Jun 23, 2025
b4584a3
Merge remote-tracking branch 'origin/main' into wirej/upgrade-aws-sdk…
svidgen Jun 24, 2025
1ad0de3
chore: dep license update
svidgen Jun 24, 2025
d764402
chore: fix lingering sdk migration in helper
svidgen Jun 24, 2025
ec48339
chore: fix broken api_7.test.ts
svidgen Jun 25, 2025
9f3919f
fix: predictions e2e test
svidgen Jun 26, 2025
9f24f20
fix: misc
svidgen Jun 30, 2025
3d3a479
Merge branch 'main' into wirej/upgrade-aws-sdk-scripts-and-tests
svidgen Aug 20, 2025
7010f0e
fix: e2e test cfn client update
svidgen Aug 21, 2025
b967042
fix: re-add unused template param to CloudFormationClient
svidgen Aug 21, 2025
f9d1e4e
chore: bump
svidgen Aug 21, 2025
75c9d4f
fix: use fromTemporaryCredentials
svidgen Aug 22, 2025
a285387
fix: hopefully fixed chain of fromTemporaryCredentials
svidgen Aug 25, 2025
a0d63f9
fix: .code to .Code on errors
svidgen Aug 25, 2025
0389b09
chore: a little additional logging to help troubleshoot
svidgen Aug 25, 2025
e3ec4a3
fix: change .Code to .name in error catches
svidgen Aug 25, 2025
6f3f850
chore: more logging
svidgen Aug 26, 2025
3dc02e8
chore: updated logging to better help pinpoint the failing calls
svidgen Aug 26, 2025
bfd2532
fix: add InvalidClientToken to allowed errors getting apps
svidgen Aug 26, 2025
2c035b2
chore: add region to STS ... taking a shot in the dark
svidgen Aug 27, 2025
b334557
chore: remove ARNs from comments
svidgen Aug 28, 2025
698f89f
Merge remote-tracking branch 'origin' into wirej/upgrade-aws-sdk-scri…
svidgen Aug 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codebuild_specs/scripts/lint_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$PR_NUM" ]; then
exit
fi

export NODE_OPTIONS=--max-old-space-size=4096
export NODE_OPTIONS=--max-old-space-size=8192

# get PR file list, filter out removed files, filter only JS/TS files, then pass to the linter
# The linter will print the errors but the build will still pass.
Expand Down
4 changes: 2 additions & 2 deletions dependency_licenses.txt

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,21 @@
"clean": "rimraf ./lib"
},
"dependencies": {
"@aws-sdk/client-amplifybackend": "3.828.0",
"@aws-sdk/client-appsync": "3.827.0",
"@aws-sdk/client-cloudformation": "3.828.0",
"@aws-sdk/client-cognito-identity-provider": "3.826.0",
"@aws-sdk/client-ec2": "3.624.0",
"@aws-sdk/client-iam": "3.828.0",
"@aws-sdk/client-kms": "3.624.0",
"@aws-sdk/client-lambda": "3.828.0",
"@aws-sdk/client-rds": "3.624.0",
"@aws-sdk/client-rds-data": "3.624.0",
"@aws-sdk/client-secrets-manager": "3.624.0",
"@aws-sdk/client-ssm": "3.624.0",
"@aws-sdk/client-sts": "3.624.0",
"@aws-sdk/credential-providers": "3.624.0",
"@aws-sdk/lib-dynamodb": "3.826.0",
"amplify-headless-interface": "^1.17.7",
"axios": "^1.6.0",
"chalk": "^4.1.1",
Expand Down
Loading
Loading