@aws/nx-plugin 1.0.0-rc.87 → 1.0.0-rc.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/LICENSE-THIRD-PARTY +9977 -16000
  2. package/migrations.json +119 -76
  3. package/package.json +7 -7
  4. package/src/agentcore-gateway/__snapshots__/generator.spec.ts.snap +1 -1
  5. package/src/infra/app/__snapshots__/generator.spec.ts.snap +7 -7
  6. package/src/migrations/latest/python-version-drop-exact-patch/metadata.json +3 -0
  7. package/src/migrations/latest/python-version-drop-exact-patch/migration.js +43 -0
  8. package/src/migrations/latest/python-version-drop-exact-patch/migration.js.map +1 -0
  9. package/src/migrations/latest/react-website-nx-react-express-override/metadata.json +3 -0
  10. package/src/migrations/latest/react-website-nx-react-express-override/migration.d.ts +31 -0
  11. package/src/migrations/latest/react-website-nx-react-express-override/migration.js +74 -0
  12. package/src/migrations/latest/react-website-nx-react-express-override/migration.js.map +1 -0
  13. package/src/migrations/v1.0.0-rc.77/0001-dynamodb-configurable-encryption/migration.js.map +1 -0
  14. package/src/migrations/v1.0.0-rc.77/0002-user-identity-configurable-mfa/migration.js.map +1 -0
  15. package/src/migrations/v1.0.0-rc.78/0001-static-website-configurable-waf-encryption/migration.js.map +1 -0
  16. package/src/migrations/v1.0.0-rc.79/0001-py-agent-ag-ui-hooks/migration.js.map +1 -0
  17. package/src/migrations/v1.0.0-rc.82/0001-terraform-load-runtime-config-src-path/migration.js.map +1 -0
  18. package/src/migrations/v1.0.0-rc.82/0002-runtime-config-namespace-defaults/migration.js.map +1 -0
  19. package/src/migrations/v1.0.0-rc.83/0001-dynamodb-terraform-app-module-outputs/migration.js.map +1 -0
  20. package/src/migrations/v1.0.0-rc.83/0002-terraform-data-resource-destroy-protection/migration.js.map +1 -0
  21. package/src/migrations/v1.0.0-rc.83/0003-terraform-gateway-cedar-render-root-ejs/migration.js.map +1 -0
  22. package/src/migrations/v1.0.0-rc.84/0001-rdb-terraform-aurora-app-module-defaults/migration.js.map +1 -0
  23. package/src/migrations/v1.0.0-rc.84/0002-agentcore-harness-no-tools-by-default/migration.js.map +1 -0
  24. package/src/migrations/v1.0.0-rc.84/0003-terraform-declare-used-providers/migration.js.map +1 -0
  25. package/src/migrations/v1.0.0-rc.84/0004-waf-log-group-cmk-encryption/migration.js.map +1 -0
  26. package/src/migrations/v1.0.0-rc.84/0005-terraform-harness-vpc-role-and-memory-grant/migration.js.map +1 -0
  27. package/src/migrations/v1.0.0-rc.85/0001-terraform-project-checkov-target-and-bootstrap-destroy/migration.d.ts +6 -0
  28. package/src/migrations/v1.0.0-rc.85/0001-terraform-project-checkov-target-and-bootstrap-destroy/migration.js.map +1 -0
  29. package/src/preset/__snapshots__/generator.spec.ts.snap +3 -3
  30. package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +2 -2
  31. package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +5 -5
  32. package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +4 -4
  33. package/src/py/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
  34. package/src/py/fast-api/__snapshots__/generator.terraform.spec.ts.snap +12 -12
  35. package/src/py/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
  36. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
  37. package/src/py/rdb/__snapshots__/generator.spec.ts.snap +2 -2
  38. package/src/smithy/project/__snapshots__/generator.spec.ts.snap +7 -7
  39. package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +8 -8
  40. package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +12 -12
  41. package/src/ts/agent/__snapshots__/generator.spec.ts.snap +3 -3
  42. package/src/ts/dcr-proxy/__snapshots__/generator.spec.ts.snap +1 -1
  43. package/src/ts/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
  44. package/src/ts/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
  45. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
  46. package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +5 -5
  47. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +59 -49
  48. package/src/ts/react-website/app/generator.d.ts +3 -0
  49. package/src/ts/react-website/app/generator.js +25 -1
  50. package/src/ts/react-website/app/generator.js.map +1 -1
  51. package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +2 -2
  52. package/src/utils/lambda-runtime-resolution.d.ts +0 -21
  53. package/src/utils/lambda-runtime-resolution.js +0 -14
  54. package/src/utils/lambda-runtime-resolution.js.map +1 -1
  55. package/src/utils/version-upgrade-migration/sync-python-language-version.d.ts +2 -2
  56. package/src/utils/version-upgrade-migration/sync-python-language-version.js +2 -2
  57. package/src/utils/version-upgrade-migration/sync-python-language-version.js.map +1 -1
  58. package/src/utils/versions.d.ts +58 -62
  59. package/src/utils/versions.js +57 -60
  60. package/src/utils/versions.js.map +1 -1
  61. package/src/migrations/latest/agentcore-harness-no-tools-by-default/migration.js.map +0 -1
  62. package/src/migrations/latest/dynamodb-configurable-encryption/migration.js.map +0 -1
  63. package/src/migrations/latest/dynamodb-terraform-app-module-outputs/migration.js.map +0 -1
  64. package/src/migrations/latest/py-agent-ag-ui-hooks/migration.js.map +0 -1
  65. package/src/migrations/latest/rdb-terraform-aurora-app-module-defaults/migration.js.map +0 -1
  66. package/src/migrations/latest/runtime-config-namespace-defaults/migration.js.map +0 -1
  67. package/src/migrations/latest/static-website-configurable-waf-encryption/migration.js.map +0 -1
  68. package/src/migrations/latest/terraform-data-resource-destroy-protection/migration.js.map +0 -1
  69. package/src/migrations/latest/terraform-declare-used-providers/migration.js.map +0 -1
  70. package/src/migrations/latest/terraform-gateway-cedar-render-root-ejs/migration.js.map +0 -1
  71. package/src/migrations/latest/terraform-harness-vpc-role-and-memory-grant/migration.js.map +0 -1
  72. package/src/migrations/latest/terraform-load-runtime-config-src-path/migration.js.map +0 -1
  73. package/src/migrations/latest/terraform-project-checkov-target-and-bootstrap-destroy/migration.js.map +0 -1
  74. package/src/migrations/latest/user-identity-configurable-mfa/migration.js.map +0 -1
  75. package/src/migrations/latest/waf-log-group-cmk-encryption/migration.js.map +0 -1
  76. /package/src/migrations/latest/{agentcore-harness-no-tools-by-default → python-version-drop-exact-patch}/migration.d.ts +0 -0
  77. /package/src/migrations/{latest/dynamodb-configurable-encryption → v1.0.0-rc.77/0001-dynamodb-configurable-encryption}/__snapshots__/migration.spec.ts.snap +0 -0
  78. /package/src/migrations/{latest/dynamodb-configurable-encryption → v1.0.0-rc.77/0001-dynamodb-configurable-encryption}/metadata.json +0 -0
  79. /package/src/migrations/{latest/dynamodb-configurable-encryption → v1.0.0-rc.77/0001-dynamodb-configurable-encryption}/migration.d.ts +0 -0
  80. /package/src/migrations/{latest/dynamodb-configurable-encryption → v1.0.0-rc.77/0001-dynamodb-configurable-encryption}/migration.js +0 -0
  81. /package/src/migrations/{latest/user-identity-configurable-mfa → v1.0.0-rc.77/0002-user-identity-configurable-mfa}/metadata.json +0 -0
  82. /package/src/migrations/{latest/terraform-data-resource-destroy-protection → v1.0.0-rc.77/0002-user-identity-configurable-mfa}/migration.d.ts +0 -0
  83. /package/src/migrations/{latest/user-identity-configurable-mfa → v1.0.0-rc.77/0002-user-identity-configurable-mfa}/migration.js +0 -0
  84. /package/src/migrations/{latest/static-website-configurable-waf-encryption → v1.0.0-rc.78/0001-static-website-configurable-waf-encryption}/metadata.json +0 -0
  85. /package/src/migrations/{latest/dynamodb-terraform-app-module-outputs → v1.0.0-rc.78/0001-static-website-configurable-waf-encryption}/migration.d.ts +0 -0
  86. /package/src/migrations/{latest/static-website-configurable-waf-encryption → v1.0.0-rc.78/0001-static-website-configurable-waf-encryption}/migration.js +0 -0
  87. /package/src/migrations/{latest/py-agent-ag-ui-hooks → v1.0.0-rc.79/0001-py-agent-ag-ui-hooks}/metadata.json +0 -0
  88. /package/src/migrations/{latest/py-agent-ag-ui-hooks → v1.0.0-rc.79/0001-py-agent-ag-ui-hooks}/migration.d.ts +0 -0
  89. /package/src/migrations/{latest/py-agent-ag-ui-hooks → v1.0.0-rc.79/0001-py-agent-ag-ui-hooks}/migration.js +0 -0
  90. /package/src/migrations/{latest/terraform-load-runtime-config-src-path → v1.0.0-rc.82/0001-terraform-load-runtime-config-src-path}/metadata.json +0 -0
  91. /package/src/migrations/{latest/rdb-terraform-aurora-app-module-defaults → v1.0.0-rc.82/0001-terraform-load-runtime-config-src-path}/migration.d.ts +0 -0
  92. /package/src/migrations/{latest/terraform-load-runtime-config-src-path → v1.0.0-rc.82/0001-terraform-load-runtime-config-src-path}/migration.js +0 -0
  93. /package/src/migrations/{latest/runtime-config-namespace-defaults → v1.0.0-rc.82/0002-runtime-config-namespace-defaults}/metadata.json +0 -0
  94. /package/src/migrations/{latest/runtime-config-namespace-defaults → v1.0.0-rc.82/0002-runtime-config-namespace-defaults}/migration.d.ts +0 -0
  95. /package/src/migrations/{latest/runtime-config-namespace-defaults → v1.0.0-rc.82/0002-runtime-config-namespace-defaults}/migration.js +0 -0
  96. /package/src/migrations/{latest/dynamodb-terraform-app-module-outputs → v1.0.0-rc.83/0001-dynamodb-terraform-app-module-outputs}/metadata.json +0 -0
  97. /package/src/migrations/{latest/static-website-configurable-waf-encryption → v1.0.0-rc.83/0001-dynamodb-terraform-app-module-outputs}/migration.d.ts +0 -0
  98. /package/src/migrations/{latest/dynamodb-terraform-app-module-outputs → v1.0.0-rc.83/0001-dynamodb-terraform-app-module-outputs}/migration.js +0 -0
  99. /package/src/migrations/{latest/terraform-data-resource-destroy-protection → v1.0.0-rc.83/0002-terraform-data-resource-destroy-protection}/__snapshots__/migration.spec.ts.snap +0 -0
  100. /package/src/migrations/{latest/terraform-data-resource-destroy-protection → v1.0.0-rc.83/0002-terraform-data-resource-destroy-protection}/metadata.json +0 -0
  101. /package/src/migrations/{latest/user-identity-configurable-mfa → v1.0.0-rc.83/0002-terraform-data-resource-destroy-protection}/migration.d.ts +0 -0
  102. /package/src/migrations/{latest/terraform-data-resource-destroy-protection → v1.0.0-rc.83/0002-terraform-data-resource-destroy-protection}/migration.js +0 -0
  103. /package/src/migrations/{latest/terraform-gateway-cedar-render-root-ejs → v1.0.0-rc.83/0003-terraform-gateway-cedar-render-root-ejs}/metadata.json +0 -0
  104. /package/src/migrations/{latest/terraform-declare-used-providers → v1.0.0-rc.83/0003-terraform-gateway-cedar-render-root-ejs}/migration.d.ts +0 -0
  105. /package/src/migrations/{latest/terraform-gateway-cedar-render-root-ejs → v1.0.0-rc.83/0003-terraform-gateway-cedar-render-root-ejs}/migration.js +0 -0
  106. /package/src/migrations/{latest/rdb-terraform-aurora-app-module-defaults → v1.0.0-rc.84/0001-rdb-terraform-aurora-app-module-defaults}/__snapshots__/migration.spec.ts.snap +0 -0
  107. /package/src/migrations/{latest/rdb-terraform-aurora-app-module-defaults → v1.0.0-rc.84/0001-rdb-terraform-aurora-app-module-defaults}/metadata.json +0 -0
  108. /package/src/migrations/{latest/terraform-gateway-cedar-render-root-ejs → v1.0.0-rc.84/0001-rdb-terraform-aurora-app-module-defaults}/migration.d.ts +0 -0
  109. /package/src/migrations/{latest/rdb-terraform-aurora-app-module-defaults → v1.0.0-rc.84/0001-rdb-terraform-aurora-app-module-defaults}/migration.js +0 -0
  110. /package/src/migrations/{latest/agentcore-harness-no-tools-by-default → v1.0.0-rc.84/0002-agentcore-harness-no-tools-by-default}/__snapshots__/migration.spec.ts.snap +0 -0
  111. /package/src/migrations/{latest/agentcore-harness-no-tools-by-default → v1.0.0-rc.84/0002-agentcore-harness-no-tools-by-default}/metadata.json +0 -0
  112. /package/src/migrations/{latest/terraform-harness-vpc-role-and-memory-grant → v1.0.0-rc.84/0002-agentcore-harness-no-tools-by-default}/migration.d.ts +0 -0
  113. /package/src/migrations/{latest/agentcore-harness-no-tools-by-default → v1.0.0-rc.84/0002-agentcore-harness-no-tools-by-default}/migration.js +0 -0
  114. /package/src/migrations/{latest/terraform-declare-used-providers → v1.0.0-rc.84/0003-terraform-declare-used-providers}/metadata.json +0 -0
  115. /package/src/migrations/{latest/terraform-load-runtime-config-src-path → v1.0.0-rc.84/0003-terraform-declare-used-providers}/migration.d.ts +0 -0
  116. /package/src/migrations/{latest/terraform-declare-used-providers → v1.0.0-rc.84/0003-terraform-declare-used-providers}/migration.js +0 -0
  117. /package/src/migrations/{latest/waf-log-group-cmk-encryption → v1.0.0-rc.84/0004-waf-log-group-cmk-encryption}/__snapshots__/migration.spec.ts.snap +0 -0
  118. /package/src/migrations/{latest/waf-log-group-cmk-encryption → v1.0.0-rc.84/0004-waf-log-group-cmk-encryption}/metadata.json +0 -0
  119. /package/src/migrations/{latest/terraform-project-checkov-target-and-bootstrap-destroy → v1.0.0-rc.84/0004-waf-log-group-cmk-encryption}/migration.d.ts +0 -0
  120. /package/src/migrations/{latest/waf-log-group-cmk-encryption → v1.0.0-rc.84/0004-waf-log-group-cmk-encryption}/migration.js +0 -0
  121. /package/src/migrations/{latest/terraform-harness-vpc-role-and-memory-grant → v1.0.0-rc.84/0005-terraform-harness-vpc-role-and-memory-grant}/__snapshots__/migration.spec.ts.snap +0 -0
  122. /package/src/migrations/{latest/terraform-harness-vpc-role-and-memory-grant → v1.0.0-rc.84/0005-terraform-harness-vpc-role-and-memory-grant}/metadata.json +0 -0
  123. /package/src/migrations/{latest/waf-log-group-cmk-encryption → v1.0.0-rc.84/0005-terraform-harness-vpc-role-and-memory-grant}/migration.d.ts +0 -0
  124. /package/src/migrations/{latest/terraform-harness-vpc-role-and-memory-grant → v1.0.0-rc.84/0005-terraform-harness-vpc-role-and-memory-grant}/migration.js +0 -0
  125. /package/src/migrations/{latest/terraform-project-checkov-target-and-bootstrap-destroy → v1.0.0-rc.85/0001-terraform-project-checkov-target-and-bootstrap-destroy}/metadata.json +0 -0
  126. /package/src/migrations/{latest/terraform-project-checkov-target-and-bootstrap-destroy → v1.0.0-rc.85/0001-terraform-project-checkov-target-and-bootstrap-destroy}/migration.js +0 -0
@@ -11,7 +11,7 @@ terraform {
11
11
  required_providers {
12
12
  aws = {
13
13
  source = "hashicorp/aws"
14
- version = "6.61.0"
14
+ version = "6.62.0"
15
15
  }
16
16
  }
17
17
  }
@@ -262,7 +262,7 @@ output "api_log_group_arn" {
262
262
  }
263
263
  aws = {
264
264
  source = "hashicorp/aws"
265
- version = "6.61.0"
265
+ version = "6.62.0"
266
266
  }
267
267
  random = {
268
268
  source = "hashicorp/random"
@@ -846,7 +846,7 @@ terraform {
846
846
  required_providers {
847
847
  aws = {
848
848
  source = "hashicorp/aws"
849
- version = "6.61.0"
849
+ version = "6.62.0"
850
850
  }
851
851
  }
852
852
  }
@@ -1097,7 +1097,7 @@ output "api_log_group_arn" {
1097
1097
  }
1098
1098
  aws = {
1099
1099
  source = "hashicorp/aws"
1100
- version = "6.61.0"
1100
+ version = "6.62.0"
1101
1101
  }
1102
1102
  random = {
1103
1103
  source = "hashicorp/random"
@@ -1754,7 +1754,7 @@ terraform {
1754
1754
  required_providers {
1755
1755
  aws = {
1756
1756
  source = "hashicorp/aws"
1757
- version = "6.61.0"
1757
+ version = "6.62.0"
1758
1758
  }
1759
1759
  }
1760
1760
  }
@@ -2005,7 +2005,7 @@ output "api_log_group_arn" {
2005
2005
  }
2006
2006
  aws = {
2007
2007
  source = "hashicorp/aws"
2008
- version = "6.61.0"
2008
+ version = "6.62.0"
2009
2009
  }
2010
2010
  random = {
2011
2011
  source = "hashicorp/random"
@@ -2566,7 +2566,7 @@ terraform {
2566
2566
  required_providers {
2567
2567
  aws = {
2568
2568
  source = "hashicorp/aws"
2569
- version = "6.61.0"
2569
+ version = "6.62.0"
2570
2570
  }
2571
2571
  random = {
2572
2572
  source = "hashicorp/random"
@@ -2879,7 +2879,7 @@ output "waf_web_acl_arn" {
2879
2879
  }
2880
2880
  aws = {
2881
2881
  source = "hashicorp/aws"
2882
- version = "6.61.0"
2882
+ version = "6.62.0"
2883
2883
  }
2884
2884
  random = {
2885
2885
  source = "hashicorp/random"
@@ -3914,7 +3914,7 @@ terraform {
3914
3914
  required_providers {
3915
3915
  aws = {
3916
3916
  source = "hashicorp/aws"
3917
- version = "6.61.0"
3917
+ version = "6.62.0"
3918
3918
  }
3919
3919
  random = {
3920
3920
  source = "hashicorp/random"
@@ -4227,7 +4227,7 @@ output "waf_web_acl_arn" {
4227
4227
  }
4228
4228
  aws = {
4229
4229
  source = "hashicorp/aws"
4230
- version = "6.61.0"
4230
+ version = "6.62.0"
4231
4231
  }
4232
4232
  random = {
4233
4233
  source = "hashicorp/random"
@@ -5251,7 +5251,7 @@ terraform {
5251
5251
  required_providers {
5252
5252
  aws = {
5253
5253
  source = "hashicorp/aws"
5254
- version = "6.61.0"
5254
+ version = "6.62.0"
5255
5255
  }
5256
5256
  random = {
5257
5257
  source = "hashicorp/random"
@@ -5564,7 +5564,7 @@ output "waf_web_acl_arn" {
5564
5564
  }
5565
5565
  aws = {
5566
5566
  source = "hashicorp/aws"
5567
- version = "6.61.0"
5567
+ version = "6.62.0"
5568
5568
  }
5569
5569
  random = {
5570
5570
  source = "hashicorp/random"
@@ -70,7 +70,7 @@ exports[`lambda-handler project generator > terraform iac > should generate terr
70
70
  required_providers {
71
71
  aws = {
72
72
  source = "hashicorp/aws"
73
- version = "6.61.0"
73
+ version = "6.62.0"
74
74
  }
75
75
  archive = {
76
76
  source = "hashicorp/archive"
@@ -255,7 +255,7 @@ exports[`lambda-handler project generator > terraform iac > should match snapsho
255
255
  required_providers {
256
256
  aws = {
257
257
  source = "hashicorp/aws"
258
- version = "6.61.0"
258
+ version = "6.62.0"
259
259
  }
260
260
  archive = {
261
261
  source = "hashicorp/archive"
@@ -155,7 +155,7 @@ exports[`py#mcp-server generator > should match snapshot for Terraform generated
155
155
  required_providers {
156
156
  aws = {
157
157
  source = "hashicorp/aws"
158
- version = "6.61.0"
158
+ version = "6.62.0"
159
159
  }
160
160
  external = {
161
161
  source = "hashicorp/external"
@@ -575,7 +575,7 @@ resource "null_resource" "runtime_ready" {
575
575
 
576
576
  provisioner "local-exec" {
577
577
  command = <<-EOT
578
- uv run --with boto3==1.43.78 python -c "
578
+ uv run --with boto3==1.43.82 python -c "
579
579
  import boto3
580
580
  import json
581
581
  import os
@@ -853,7 +853,7 @@ dependencies = [
853
853
  "aws-lambda-powertools==3.34.0",
854
854
  "mcp==1.28.1",
855
855
  "uvicorn==0.52.4",
856
- "boto3==1.43.78",
856
+ "boto3==1.43.82",
857
857
  "aws-opentelemetry-distro==0.19.0"
858
858
  ]
859
859
 
@@ -214,7 +214,7 @@ exports[`py#rdb generator > should generate Terraform modules 1`] = `
214
214
  }
215
215
  aws = {
216
216
  source = "hashicorp/aws"
217
- version = "6.61.0"
217
+ version = "6.62.0"
218
218
  }
219
219
  external = {
220
220
  source = "hashicorp/external"
@@ -1526,7 +1526,7 @@ dependencies = [
1526
1526
  "alembic==1.19.1",
1527
1527
  "greenlet==3.5.5",
1528
1528
  "asyncpg==0.31.0",
1529
- "boto3==1.43.78",
1529
+ "boto3==1.43.82",
1530
1530
  "aws-lambda-powertools==3.34.0"
1531
1531
  ]
1532
1532
 
@@ -42,7 +42,7 @@ exports[`smithyProjectGenerator > shape libraries > should generate a shape libr
42
42
  "rimraf dist/{projectRoot}/build",
43
43
  "rimraf dist/{projectRoot}/smithy",
44
44
  "make-dir dist/{projectRoot}/build",
45
- "npx -y mise@2026.8.10 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
45
+ "npx -y mise@2026.8.14 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
46
46
  "ncp dist/{projectRoot}/smithy/source/model/model.json dist/{projectRoot}/build/model.json"
47
47
  ],
48
48
  "parallel": false,
@@ -116,7 +116,7 @@ exports[`smithyProjectGenerator > should generate smithy project with all custom
116
116
  "rimraf dist/{projectRoot}/build",
117
117
  "rimraf dist/{projectRoot}/smithy",
118
118
  "make-dir dist/{projectRoot}/build",
119
- "npx -y mise@2026.8.10 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
119
+ "npx -y mise@2026.8.14 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
120
120
  "cpy \\"dist/{projectRoot}/smithy/source/openapi/*.openapi.json\\" dist/{projectRoot}/build/openapi --flat --rename=openapi.json"
121
121
  ],
122
122
  "parallel": false,
@@ -170,7 +170,7 @@ exports[`smithyProjectGenerator > should generate smithy project with custom dir
170
170
  "rimraf dist/{projectRoot}/build",
171
171
  "rimraf dist/{projectRoot}/smithy",
172
172
  "make-dir dist/{projectRoot}/build",
173
- "npx -y mise@2026.8.10 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
173
+ "npx -y mise@2026.8.14 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
174
174
  "cpy \\"dist/{projectRoot}/smithy/source/openapi/*.openapi.json\\" dist/{projectRoot}/build/openapi --flat --rename=openapi.json"
175
175
  ],
176
176
  "parallel": false,
@@ -316,7 +316,7 @@ exports[`smithyProjectGenerator > should generate smithy project with default op
316
316
  "rimraf dist/{projectRoot}/build",
317
317
  "rimraf dist/{projectRoot}/smithy",
318
318
  "make-dir dist/{projectRoot}/build",
319
- "npx -y mise@2026.8.10 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
319
+ "npx -y mise@2026.8.14 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
320
320
  "cpy \\"dist/{projectRoot}/smithy/source/openapi/*.openapi.json\\" dist/{projectRoot}/build/openapi --flat --rename=openapi.json"
321
321
  ],
322
322
  "parallel": false,
@@ -364,7 +364,7 @@ exports[`smithyProjectGenerator > should generate smithy project with default op
364
364
  "software.amazon.smithy:smithy-aws-traits:1.73.0",
365
365
  "software.amazon.smithy:smithy-validation-model:1.73.0",
366
366
  "software.amazon.smithy:smithy-openapi:1.73.0",
367
- "software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.52.0"
367
+ "software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.53.0"
368
368
  ]
369
369
  }
370
370
  }
@@ -456,7 +456,7 @@ exports[`smithyProjectGenerator > should generate smithy project with subdirecto
456
456
  "rimraf dist/{projectRoot}/build",
457
457
  "rimraf dist/{projectRoot}/smithy",
458
458
  "make-dir dist/{projectRoot}/build",
459
- "npx -y mise@2026.8.10 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
459
+ "npx -y mise@2026.8.14 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
460
460
  "cpy \\"dist/{projectRoot}/smithy/source/openapi/*.openapi.json\\" dist/{projectRoot}/build/openapi --flat --rename=openapi.json"
461
461
  ],
462
462
  "parallel": false,
@@ -550,7 +550,7 @@ exports[`smithyProjectGenerator > should handle kebab-case conversion for servic
550
550
  "software.amazon.smithy:smithy-aws-traits:1.73.0",
551
551
  "software.amazon.smithy:smithy-validation-model:1.73.0",
552
552
  "software.amazon.smithy:smithy-openapi:1.73.0",
553
- "software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.52.0"
553
+ "software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.53.0"
554
554
  ]
555
555
  }
556
556
  }
@@ -413,7 +413,7 @@ terraform {
413
413
  required_providers {
414
414
  aws = {
415
415
  source = "hashicorp/aws"
416
- version = "6.61.0"
416
+ version = "6.62.0"
417
417
  }
418
418
  random = {
419
419
  source = "hashicorp/random"
@@ -729,7 +729,7 @@ exports[`tsSmithyApiGenerator > should generate smithy ts api with Terraform pro
729
729
  }
730
730
  aws = {
731
731
  source = "hashicorp/aws"
732
- version = "6.61.0"
732
+ version = "6.62.0"
733
733
  }
734
734
  random = {
735
735
  source = "hashicorp/random"
@@ -2103,7 +2103,7 @@ exports[`tsSmithyApiGenerator > should generate smithy ts api with default optio
2103
2103
  "rimraf dist/{projectRoot}/build",
2104
2104
  "rimraf dist/{projectRoot}/smithy",
2105
2105
  "make-dir dist/{projectRoot}/build",
2106
- "npx -y mise@2026.8.10 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
2106
+ "npx -y mise@2026.8.14 exec smithy@1.73.0 -- smithy build -c {projectRoot}/smithy-build.json --output dist/{projectRoot}/smithy",
2107
2107
  "cpy \\"dist/{projectRoot}/smithy/source/openapi/*.openapi.json\\" dist/{projectRoot}/build/openapi --flat --rename=openapi.json"
2108
2108
  ],
2109
2109
  "parallel": false,
@@ -2242,7 +2242,7 @@ terraform {
2242
2242
  required_providers {
2243
2243
  aws = {
2244
2244
  source = "hashicorp/aws"
2245
- version = "6.61.0"
2245
+ version = "6.62.0"
2246
2246
  }
2247
2247
  random = {
2248
2248
  source = "hashicorp/random"
@@ -2555,7 +2555,7 @@ output "waf_web_acl_arn" {
2555
2555
  }
2556
2556
  aws = {
2557
2557
  source = "hashicorp/aws"
2558
- version = "6.61.0"
2558
+ version = "6.62.0"
2559
2559
  }
2560
2560
  random = {
2561
2561
  source = "hashicorp/random"
@@ -3555,7 +3555,7 @@ terraform {
3555
3555
  required_providers {
3556
3556
  aws = {
3557
3557
  source = "hashicorp/aws"
3558
- version = "6.61.0"
3558
+ version = "6.62.0"
3559
3559
  }
3560
3560
  random = {
3561
3561
  source = "hashicorp/random"
@@ -3868,7 +3868,7 @@ output "waf_web_acl_arn" {
3868
3868
  }
3869
3869
  aws = {
3870
3870
  source = "hashicorp/aws"
3871
- version = "6.61.0"
3871
+ version = "6.62.0"
3872
3872
  }
3873
3873
  random = {
3874
3874
  source = "hashicorp/random"
@@ -4857,7 +4857,7 @@ exports[`tsSmithyApiGenerator > terraform iac > should generate terraform with c
4857
4857
  }
4858
4858
  aws = {
4859
4859
  source = "hashicorp/aws"
4860
- version = "6.61.0"
4860
+ version = "6.62.0"
4861
4861
  }
4862
4862
  random = {
4863
4863
  source = "hashicorp/random"
@@ -3175,7 +3175,7 @@ terraform {
3175
3175
  required_providers {
3176
3176
  aws = {
3177
3177
  source = "hashicorp/aws"
3178
- version = "6.61.0"
3178
+ version = "6.62.0"
3179
3179
  }
3180
3180
  }
3181
3181
  }
@@ -3426,7 +3426,7 @@ output "api_log_group_arn" {
3426
3426
  }
3427
3427
  aws = {
3428
3428
  source = "hashicorp/aws"
3429
- version = "6.61.0"
3429
+ version = "6.62.0"
3430
3430
  }
3431
3431
  random = {
3432
3432
  source = "hashicorp/random"
@@ -3990,7 +3990,7 @@ terraform {
3990
3990
  required_providers {
3991
3991
  aws = {
3992
3992
  source = "hashicorp/aws"
3993
- version = "6.61.0"
3993
+ version = "6.62.0"
3994
3994
  }
3995
3995
  }
3996
3996
  }
@@ -4241,7 +4241,7 @@ output "api_log_group_arn" {
4241
4241
  }
4242
4242
  aws = {
4243
4243
  source = "hashicorp/aws"
4244
- version = "6.61.0"
4244
+ version = "6.62.0"
4245
4245
  }
4246
4246
  random = {
4247
4247
  source = "hashicorp/random"
@@ -4878,7 +4878,7 @@ terraform {
4878
4878
  required_providers {
4879
4879
  aws = {
4880
4880
  source = "hashicorp/aws"
4881
- version = "6.61.0"
4881
+ version = "6.62.0"
4882
4882
  }
4883
4883
  }
4884
4884
  }
@@ -5129,7 +5129,7 @@ output "api_log_group_arn" {
5129
5129
  }
5130
5130
  aws = {
5131
5131
  source = "hashicorp/aws"
5132
- version = "6.61.0"
5132
+ version = "6.62.0"
5133
5133
  }
5134
5134
  random = {
5135
5135
  source = "hashicorp/random"
@@ -5670,7 +5670,7 @@ terraform {
5670
5670
  required_providers {
5671
5671
  aws = {
5672
5672
  source = "hashicorp/aws"
5673
- version = "6.61.0"
5673
+ version = "6.62.0"
5674
5674
  }
5675
5675
  random = {
5676
5676
  source = "hashicorp/random"
@@ -5983,7 +5983,7 @@ output "waf_web_acl_arn" {
5983
5983
  }
5984
5984
  aws = {
5985
5985
  source = "hashicorp/aws"
5986
- version = "6.61.0"
5986
+ version = "6.62.0"
5987
5987
  }
5988
5988
  random = {
5989
5989
  source = "hashicorp/random"
@@ -6984,7 +6984,7 @@ terraform {
6984
6984
  required_providers {
6985
6985
  aws = {
6986
6986
  source = "hashicorp/aws"
6987
- version = "6.61.0"
6987
+ version = "6.62.0"
6988
6988
  }
6989
6989
  random = {
6990
6990
  source = "hashicorp/random"
@@ -7297,7 +7297,7 @@ output "waf_web_acl_arn" {
7297
7297
  }
7298
7298
  aws = {
7299
7299
  source = "hashicorp/aws"
7300
- version = "6.61.0"
7300
+ version = "6.62.0"
7301
7301
  }
7302
7302
  random = {
7303
7303
  source = "hashicorp/random"
@@ -8287,7 +8287,7 @@ terraform {
8287
8287
  required_providers {
8288
8288
  aws = {
8289
8289
  source = "hashicorp/aws"
8290
- version = "6.61.0"
8290
+ version = "6.62.0"
8291
8291
  }
8292
8292
  random = {
8293
8293
  source = "hashicorp/random"
@@ -8600,7 +8600,7 @@ output "waf_web_acl_arn" {
8600
8600
  }
8601
8601
  aws = {
8602
8602
  source = "hashicorp/aws"
8603
- version = "6.61.0"
8603
+ version = "6.62.0"
8604
8604
  }
8605
8605
  random = {
8606
8606
  source = "hashicorp/random"
@@ -984,7 +984,7 @@ exports[`ts#agent generator > should match snapshot for Terraform generated file
984
984
  required_providers {
985
985
  aws = {
986
986
  source = "hashicorp/aws"
987
- version = "6.61.0"
987
+ version = "6.62.0"
988
988
  }
989
989
  random = {
990
990
  source = "hashicorp/random"
@@ -1295,7 +1295,7 @@ exports[`ts#agent generator > should match snapshot for Terraform generated file
1295
1295
  required_providers {
1296
1296
  aws = {
1297
1297
  source = "hashicorp/aws"
1298
- version = "6.61.0"
1298
+ version = "6.62.0"
1299
1299
  }
1300
1300
  external = {
1301
1301
  source = "hashicorp/external"
@@ -1715,7 +1715,7 @@ resource "null_resource" "runtime_ready" {
1715
1715
 
1716
1716
  provisioner "local-exec" {
1717
1717
  command = <<-EOT
1718
- uv run --with boto3==1.43.78 python -c "
1718
+ uv run --with boto3==1.43.82 python -c "
1719
1719
  import boto3
1720
1720
  import json
1721
1721
  import os
@@ -579,7 +579,7 @@ terraform {
579
579
  required_providers {
580
580
  aws = {
581
581
  source = "hashicorp/aws"
582
- version = "6.61.0"
582
+ version = "6.62.0"
583
583
  }
584
584
  archive = {
585
585
  source = "hashicorp/archive"
@@ -35,7 +35,7 @@ exports[`ts#dynamodb generator > should generate terraform modules when iac is t
35
35
  required_providers {
36
36
  aws = {
37
37
  source = "hashicorp/aws"
38
- version = "6.61.0"
38
+ version = "6.62.0"
39
39
  }
40
40
  }
41
41
  }
@@ -232,7 +232,7 @@ exports[`ts#dynamodb generator > should generate terraform modules when iac is t
232
232
  required_providers {
233
233
  aws = {
234
234
  source = "hashicorp/aws"
235
- version = "6.61.0"
235
+ version = "6.62.0"
236
236
  }
237
237
  random = {
238
238
  source = "hashicorp/random"
@@ -141,7 +141,7 @@ exports[`ts-lambda-function generator > terraform iac > should generate terrafor
141
141
  required_providers {
142
142
  aws = {
143
143
  source = "hashicorp/aws"
144
- version = "6.61.0"
144
+ version = "6.62.0"
145
145
  }
146
146
  archive = {
147
147
  source = "hashicorp/archive"
@@ -326,7 +326,7 @@ exports[`ts-lambda-function generator > terraform iac > should match snapshot fo
326
326
  required_providers {
327
327
  aws = {
328
328
  source = "hashicorp/aws"
329
- version = "6.61.0"
329
+ version = "6.62.0"
330
330
  }
331
331
  archive = {
332
332
  source = "hashicorp/archive"
@@ -155,7 +155,7 @@ exports[`ts#mcp-server generator > should match snapshot for Terraform generated
155
155
  required_providers {
156
156
  aws = {
157
157
  source = "hashicorp/aws"
158
- version = "6.61.0"
158
+ version = "6.62.0"
159
159
  }
160
160
  external = {
161
161
  source = "hashicorp/external"
@@ -575,7 +575,7 @@ resource "null_resource" "runtime_ready" {
575
575
 
576
576
  provisioner "local-exec" {
577
577
  command = <<-EOT
578
- uv run --with boto3==1.43.78 python -c "
578
+ uv run --with boto3==1.43.82 python -c "
579
579
  import boto3
580
580
  import json
581
581
  import os
@@ -848,7 +848,7 @@ terraform {
848
848
  required_providers {
849
849
  aws = {
850
850
  source = "hashicorp/aws"
851
- version = "6.61.0"
851
+ version = "6.62.0"
852
852
  }
853
853
  null = {
854
854
  source = "hashicorp/null"
@@ -1519,7 +1519,7 @@ exports[`ts#rdb generator > should generate terraform modules when iac is Terraf
1519
1519
  }
1520
1520
  aws = {
1521
1521
  source = "hashicorp/aws"
1522
- version = "6.61.0"
1522
+ version = "6.62.0"
1523
1523
  }
1524
1524
  external = {
1525
1525
  source = "hashicorp/external"
@@ -2261,7 +2261,7 @@ terraform {
2261
2261
  required_providers {
2262
2262
  aws = {
2263
2263
  source = "hashicorp/aws"
2264
- version = "6.61.0"
2264
+ version = "6.62.0"
2265
2265
  }
2266
2266
  null = {
2267
2267
  source = "hashicorp/null"
@@ -2932,7 +2932,7 @@ exports[`ts#rdb generator > should generate terraform modules with MySQL engine
2932
2932
  }
2933
2933
  aws = {
2934
2934
  source = "hashicorp/aws"
2935
- version = "6.61.0"
2935
+ version = "6.62.0"
2936
2936
  }
2937
2937
  external = {
2938
2938
  source = "hashicorp/external"
@@ -4631,7 +4631,7 @@ WORKDIR \${LAMBDA_TASK_ROOT}
4631
4631
  # binary directly, and npm's bundled dependencies would otherwise carry known
4632
4632
  # HIGH/CRITICAL vulnerabilities into the image.
4633
4633
  RUN printf 'allow-scripts[]=prisma\\nallow-scripts[]=@prisma/engines\\n' > .npmrc \\
4634
- && npm install prisma@7.9.1 \\
4634
+ && npm install prisma@7.10.0 \\
4635
4635
  && rm .npmrc \\
4636
4636
  && npm uninstall -g npm
4637
4637