@aws/nx-plugin 1.0.0-rc.0 → 1.0.0-rc.1

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 (210) hide show
  1. package/package.json +1 -1
  2. package/src/connection/generator.js +2 -2
  3. package/src/connection/generator.js.map +1 -1
  4. package/src/infra/app/__snapshots__/generator.spec.ts.snap +11 -11
  5. package/src/infra/app/files/app/src/main.ts.template +2 -2
  6. package/src/infra/app/generator.js +9 -9
  7. package/src/infra/app/generator.js.map +1 -1
  8. package/src/infra/app/schema.d.ts +1 -1
  9. package/src/infra/app/schema.json +1 -1
  10. package/src/mcp-server/guide-pipeline.js +8 -10
  11. package/src/mcp-server/guide-pipeline.js.map +1 -1
  12. package/src/mcp-server/tools/create-workspace-command.js +1 -1
  13. package/src/mcp-server/tools/create-workspace-command.js.map +1 -1
  14. package/src/mcp-server/tools/generator-guide.js +2 -2
  15. package/src/mcp-server/tools/generator-guide.js.map +1 -1
  16. package/src/preset/__snapshots__/generator.spec.ts.snap +1 -1
  17. package/src/preset/generator.d.ts +1 -1
  18. package/src/preset/generator.js +4 -6
  19. package/src/preset/generator.js.map +1 -1
  20. package/src/preset/schema.d.ts +5 -5
  21. package/src/preset/schema.json +4 -4
  22. package/src/py/agent/__snapshots__/generator.spec.ts.snap +1 -1
  23. package/src/py/agent/a2a-connection/generator.js +4 -3
  24. package/src/py/agent/a2a-connection/generator.js.map +1 -1
  25. package/src/py/agent/files/deploy/Dockerfile.template +3 -3
  26. package/src/py/agent/generator.js +23 -23
  27. package/src/py/agent/generator.js.map +1 -1
  28. package/src/py/agent/mcp-connection/generator.js +1 -1
  29. package/src/py/agent/mcp-connection/generator.js.map +1 -1
  30. package/src/py/agent/react-connection/__snapshots__/generator.spec.ts.snap +3 -3
  31. package/src/py/agent/react-connection/generator.js +4 -4
  32. package/src/py/agent/react-connection/generator.js.map +1 -1
  33. package/src/py/agent/schema.d.ts +8 -8
  34. package/src/py/agent/schema.json +18 -18
  35. package/src/py/api/generator.js +2 -2
  36. package/src/py/api/generator.js.map +1 -1
  37. package/src/py/api/schema.d.ts +4 -6
  38. package/src/py/api/schema.json +15 -15
  39. package/src/py/fast-api/__snapshots__/generator.spec.ts.snap +6 -6
  40. package/src/py/fast-api/generator.js +10 -10
  41. package/src/py/fast-api/generator.js.map +1 -1
  42. package/src/py/fast-api/react/generator.js +1 -1
  43. package/src/py/fast-api/react/generator.js.map +1 -1
  44. package/src/py/fast-api/schema.d.ts +4 -6
  45. package/src/py/fast-api/schema.json +15 -15
  46. package/src/py/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
  47. package/src/py/lambda-function/files/handler/__lambdaFunctionSnakeCase__.py.template +6 -6
  48. package/src/py/lambda-function/generator.js +9 -9
  49. package/src/py/lambda-function/generator.js.map +1 -1
  50. package/src/py/lambda-function/schema.d.ts +4 -4
  51. package/src/py/lambda-function/schema.json +7 -7
  52. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
  53. package/src/py/mcp-server/generator.js +11 -11
  54. package/src/py/mcp-server/generator.js.map +1 -1
  55. package/src/py/mcp-server/schema.d.ts +5 -9
  56. package/src/py/mcp-server/schema.json +15 -15
  57. package/src/py/project/generator.js +1 -1
  58. package/src/py/project/generator.js.map +1 -1
  59. package/src/py/project/schema.d.ts +1 -1
  60. package/src/py/project/schema.json +2 -2
  61. package/src/smithy/project/generator.js +2 -2
  62. package/src/smithy/project/generator.js.map +1 -1
  63. package/src/smithy/react-connection/generator.js +1 -1
  64. package/src/smithy/react-connection/generator.js.map +1 -1
  65. package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +4 -4
  66. package/src/smithy/ts/api/generator.js +8 -8
  67. package/src/smithy/ts/api/generator.js.map +1 -1
  68. package/src/smithy/ts/api/schema.d.ts +4 -6
  69. package/src/smithy/ts/api/schema.json +15 -15
  70. package/src/terraform/project/generator.js +1 -1
  71. package/src/terraform/project/generator.js.map +1 -1
  72. package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +6 -6
  73. package/src/trpc/backend/files/src/client/index.ts.template +5 -5
  74. package/src/trpc/backend/files/src/handler.ts.template +2 -2
  75. package/src/trpc/backend/generator.js +22 -22
  76. package/src/trpc/backend/generator.js.map +1 -1
  77. package/src/trpc/backend/schema.d.ts +4 -4
  78. package/src/trpc/backend/schema.json +15 -15
  79. package/src/trpc/react/__snapshots__/generator.spec.ts.snap +3 -3
  80. package/src/trpc/react/files/src/components/__apiNameClassName__ClientProvider.tsx.template +14 -14
  81. package/src/trpc/react/generator.js +6 -5
  82. package/src/trpc/react/generator.js.map +1 -1
  83. package/src/ts/agent/__snapshots__/generator.spec.ts.snap +1 -1
  84. package/src/ts/agent/a2a-connection/generator.js +4 -3
  85. package/src/ts/agent/a2a-connection/generator.js.map +1 -1
  86. package/src/ts/agent/files/deploy/Dockerfile.template +1 -1
  87. package/src/ts/agent/generator.js +22 -22
  88. package/src/ts/agent/generator.js.map +1 -1
  89. package/src/ts/agent/mcp-connection/generator.js +1 -1
  90. package/src/ts/agent/mcp-connection/generator.js.map +1 -1
  91. package/src/ts/agent/react-connection/files/src/components/__agentNameClassName__AgentClientProvider.tsx.template +8 -8
  92. package/src/ts/agent/react-connection/generator.js +6 -6
  93. package/src/ts/agent/react-connection/generator.js.map +1 -1
  94. package/src/ts/agent/react-connection/serve-local.js +2 -2
  95. package/src/ts/agent/schema.d.ts +8 -8
  96. package/src/ts/agent/schema.json +18 -18
  97. package/src/ts/api/generator.js +4 -4
  98. package/src/ts/api/generator.js.map +1 -1
  99. package/src/ts/api/schema.d.ts +4 -4
  100. package/src/ts/api/schema.json +15 -15
  101. package/src/ts/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
  102. package/src/ts/lambda-function/files/handler/__lambdaFunctionKebabCase__.ts.template +10 -10
  103. package/src/ts/lambda-function/generator.js +12 -12
  104. package/src/ts/lambda-function/generator.js.map +1 -1
  105. package/src/ts/lambda-function/schema.d.ts +4 -4
  106. package/src/ts/lambda-function/schema.json +7 -7
  107. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
  108. package/src/ts/mcp-server/generator.js +12 -12
  109. package/src/ts/mcp-server/generator.js.map +1 -1
  110. package/src/ts/mcp-server/schema.d.ts +5 -9
  111. package/src/ts/mcp-server/schema.json +15 -15
  112. package/src/ts/nx-generator/__snapshots__/generator.spec.ts.snap +1 -1
  113. package/src/ts/nx-generator/files/nx-plugin-for-aws/generator/generator.spec.ts.template +1 -1
  114. package/src/ts/nx-plugin/generator.js +2 -2
  115. package/src/ts/nx-plugin/generator.js.map +1 -1
  116. package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +2 -2
  117. package/src/ts/rdb/files/prisma.config.ts.template +1 -1
  118. package/src/ts/rdb/files/scripts/docker-pull.ts.template +1 -1
  119. package/src/ts/rdb/files/scripts/docker-start.ts.template +3 -3
  120. package/src/ts/rdb/files/scripts/wait-for-db.ts.template +3 -3
  121. package/src/ts/rdb/files/src/create-db-user-handler.ts.template +2 -2
  122. package/src/ts/rdb/files/src/migration-handler.ts.template +2 -2
  123. package/src/ts/rdb/files/src/prisma.ts.template +2 -2
  124. package/src/ts/rdb/generator.js +18 -18
  125. package/src/ts/rdb/generator.js.map +1 -1
  126. package/src/ts/rdb/schema.d.ts +5 -5
  127. package/src/ts/rdb/schema.json +13 -13
  128. package/src/ts/rdb/trpc-connection/files/src/middleware/__rdbNameKebab__.ts.template +1 -1
  129. package/src/ts/react-website/agui/files/common/src/hooks/useAgui__agentNameClassName__.tsx.template +9 -9
  130. package/src/ts/react-website/agui/generator.d.ts +2 -2
  131. package/src/ts/react-website/agui/generator.js +9 -9
  132. package/src/ts/react-website/agui/generator.js.map +1 -1
  133. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +23 -23
  134. package/src/ts/react-website/app/files/app/cloudscape/src/components/AppLayout/index.tsx.template +5 -5
  135. package/src/ts/react-website/app/files/app/cloudscape/src/main.tsx.template +1 -1
  136. package/src/ts/react-website/app/files/app/cloudscape/src/styles.css.template +1 -1
  137. package/src/ts/react-website/app/files/app/none/src/components/AppLayout/index.tsx.template +5 -5
  138. package/src/ts/react-website/app/files/app/none/src/main.tsx.template +1 -1
  139. package/src/ts/react-website/app/files/app/none/src/styles.css.template +2 -2
  140. package/src/ts/react-website/app/files/app/shadcn/src/components/AppLayout/index.tsx.template +6 -6
  141. package/src/ts/react-website/app/files/app/shadcn/src/main.tsx.template +1 -1
  142. package/src/ts/react-website/app/generator.d.ts +3 -3
  143. package/src/ts/react-website/app/generator.js +27 -27
  144. package/src/ts/react-website/app/generator.js.map +1 -1
  145. package/src/ts/react-website/app/schema.d.ts +6 -6
  146. package/src/ts/react-website/app/schema.json +13 -13
  147. package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +3 -3
  148. package/src/ts/react-website/cognito-auth/__snapshots__/generator.ux-provider.spec.ts.snap +3 -3
  149. package/src/ts/react-website/cognito-auth/generator.js +9 -9
  150. package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
  151. package/src/ts/react-website/cognito-auth/schema.d.ts +2 -2
  152. package/src/ts/react-website/cognito-auth/schema.json +4 -4
  153. package/src/ts/website/app/schema.d.ts +6 -6
  154. package/src/ts/website/app/schema.json +13 -13
  155. package/src/ts/website/auth/generator.js +1 -1
  156. package/src/ts/website/auth/generator.js.map +1 -1
  157. package/src/ts/website/auth/schema.d.ts +2 -2
  158. package/src/ts/website/auth/schema.json +4 -4
  159. package/src/utils/agent-connection/agent-connection.js +1 -1
  160. package/src/utils/agent-connection/agent-connection.js.map +1 -1
  161. package/src/utils/agent-core-constructs/agent-core-constructs.d.ts +9 -9
  162. package/src/utils/agent-core-constructs/agent-core-constructs.js +11 -13
  163. package/src/utils/agent-core-constructs/agent-core-constructs.js.map +1 -1
  164. package/src/utils/agent-core-constructs/files/cdk/app/agent-core/__nameKebabCase__/__nameKebabCase__.ts.template +13 -13
  165. package/src/utils/agent-core-constructs/files/terraform/app/agent-core/__nameKebabCase__/__nameKebabCase__.tf.template +4 -4
  166. package/src/utils/agent-core-constructs/files/terraform/core/agent-core/runtime.tf.template +5 -5
  167. package/src/utils/api-constructs/api-constructs.d.ts +3 -3
  168. package/src/utils/api-constructs/api-constructs.js +4 -6
  169. package/src/utils/api-constructs/api-constructs.js.map +1 -1
  170. package/src/utils/api-constructs/files/cdk/app/apis/http/__apiNameKebabCase__.ts.template +12 -12
  171. package/src/utils/api-constructs/files/cdk/app/apis/rest/__apiNameKebabCase__.ts.template +12 -12
  172. package/src/utils/api-constructs/files/terraform/app/apis/http/__apiNameKebabCase__/__apiNameKebabCase__.tf.template +7 -7
  173. package/src/utils/api-constructs/files/terraform/app/apis/rest/__apiNameKebabCase__/__apiNameKebabCase__.tf.template +10 -10
  174. package/src/utils/api-constructs/open-api-metadata.d.ts +3 -3
  175. package/src/utils/api-constructs/open-api-metadata.js +2 -2
  176. package/src/utils/api-constructs/open-api-metadata.js.map +1 -1
  177. package/src/utils/commands.d.ts +1 -1
  178. package/src/utils/commands.js +2 -2
  179. package/src/utils/commands.js.map +1 -1
  180. package/src/utils/config/__snapshots__/utils.spec.ts.snap +6 -6
  181. package/src/utils/config/index.d.ts +2 -2
  182. package/src/utils/connection/open-api/files/components/__apiNameClassName__Provider.tsx.template +7 -7
  183. package/src/utils/connection/open-api/react.d.ts +1 -1
  184. package/src/utils/connection/open-api/react.js +3 -3
  185. package/src/utils/containers.d.ts +5 -5
  186. package/src/utils/containers.js +6 -6
  187. package/src/utils/containers.js.map +1 -1
  188. package/src/utils/function-constructs/files/cdk/app/lambda-functions/{__functionNameKebabCase__.ts.template → __nameKebabCase__.ts.template} +1 -1
  189. package/src/utils/function-constructs/files/terraform/app/lambda-functions/{__functionNameKebabCase__/__functionNameKebabCase__.tf.template → __nameKebabCase__/__nameKebabCase__.tf.template} +7 -7
  190. package/src/utils/function-constructs/function-constructs.d.ts +4 -4
  191. package/src/utils/function-constructs/function-constructs.js +5 -7
  192. package/src/utils/function-constructs/function-constructs.js.map +1 -1
  193. package/src/utils/iac-providers.d.ts +3 -3
  194. package/src/utils/iac-providers.js +1 -1
  195. package/src/utils/iac.d.ts +2 -2
  196. package/src/utils/iac.js +6 -6
  197. package/src/utils/iac.js.map +1 -1
  198. package/src/utils/identity-constructs/identity-constructs.d.ts +2 -2
  199. package/src/utils/identity-constructs/identity-constructs.js +3 -3
  200. package/src/utils/identity-constructs/identity-constructs.js.map +1 -1
  201. package/src/utils/rdb-constructs/files/terraform/app/dbs/__nameKebabCase__/__nameKebabCase__.tf.template +4 -4
  202. package/src/utils/rdb-constructs/rdb-constructs.d.ts +4 -4
  203. package/src/utils/rdb-constructs/rdb-constructs.js +4 -6
  204. package/src/utils/rdb-constructs/rdb-constructs.js.map +1 -1
  205. package/src/utils/shared-constructs.d.ts +2 -2
  206. package/src/utils/shared-constructs.js +3 -3
  207. package/src/utils/shared-constructs.js.map +1 -1
  208. package/src/utils/website-constructs/website-constructs.d.ts +2 -2
  209. package/src/utils/website-constructs/website-constructs.js +4 -6
  210. package/src/utils/website-constructs/website-constructs.js.map +1 -1
@@ -9,18 +9,18 @@ import {
9
9
  ProtocolType,
10
10
  Runtime,
11
11
  RuntimeProps,
12
- <%_ if (auth === 'Cognito') { _%>
12
+ <%_ if (auth === 'cognito') { _%>
13
13
  RuntimeAuthorizerConfiguration,
14
14
  <%_ } _%>
15
15
  } from 'aws-cdk-lib/aws-bedrockagentcore';
16
- import { <%_ if (serverProtocol !== 'MCP') { _%>PolicyStatement, <%_ } _%>IGrantable, IPrincipal<%_ if (auth === 'IAM') { _%>, Grant<%_ } _%> } from 'aws-cdk-lib/aws-iam';
17
- <%_ if (auth === 'Cognito') { _%>
16
+ import { <%_ if (serverProtocol !== 'mcp') { _%>PolicyStatement, <%_ } _%>IGrantable, IPrincipal<%_ if (auth === 'iam') { _%>, Grant<%_ } _%> } from 'aws-cdk-lib/aws-iam';
17
+ <%_ if (auth === 'cognito') { _%>
18
18
  import { IUserPool, IUserPoolClient } from 'aws-cdk-lib/aws-cognito';
19
19
  <%_ } _%>
20
20
  import { RuntimeConfig } from '../../../core/runtime-config.js';
21
21
  import { findWorkspaceRoot } from '../../../core/workspace.js';
22
22
 
23
- <%_ if (auth === 'IAM') { _%>
23
+ <%_ if (auth === 'iam') { _%>
24
24
  export type <%- nameClassName %>Props = Omit<
25
25
  RuntimeProps,
26
26
  | 'runtimeName'
@@ -28,7 +28,7 @@ export type <%- nameClassName %>Props = Omit<
28
28
  | 'agentRuntimeArtifact'
29
29
  | 'authorizerConfiguration'
30
30
  >;
31
- <%_ } else if (auth === 'Cognito') { _%>
31
+ <%_ } else if (auth === 'cognito') { _%>
32
32
  export type <%- nameClassName %>Props = Omit<
33
33
  RuntimeProps,
34
34
  | 'runtimeName'
@@ -50,7 +50,7 @@ export class <%- nameClassName %> extends Construct implements IGrantable, IConn
50
50
  public readonly dockerImage: AgentRuntimeArtifact;
51
51
  public readonly agentCoreRuntime: Runtime;
52
52
 
53
- constructor(scope: Construct, id: string, props<%_ if (auth !== 'Cognito') { _%>?<%_ } _%>: <%- nameClassName %>Props) {
53
+ constructor(scope: Construct, id: string, props<%_ if (auth !== 'cognito') { _%>?<%_ } _%>: <%- nameClassName %>Props) {
54
54
  super(scope, id);
55
55
 
56
56
  const rc = RuntimeConfig.ensure(this);
@@ -65,7 +65,7 @@ export class <%- nameClassName %> extends Construct implements IGrantable, IConn
65
65
  platform: Platform.LINUX_ARM64,
66
66
  });
67
67
 
68
- <%_ if (auth === 'Cognito') { _%>
68
+ <%_ if (auth === 'cognito') { _%>
69
69
  const { identity, ...restProps } = props;
70
70
 
71
71
  <%_ } _%>
@@ -74,9 +74,9 @@ export class <%- nameClassName %> extends Construct implements IGrantable, IConn
74
74
  produce: () =>
75
75
  Names.uniqueResourceName(this.agentCoreRuntime, { maxLength: 40 }),
76
76
  }),
77
- protocolConfiguration: ProtocolType.<%- serverProtocol %>,
77
+ protocolConfiguration: ProtocolType.<%- serverProtocol.toUpperCase() %>,
78
78
  agentRuntimeArtifact: this.dockerImage,
79
- <%_ if (auth === 'Cognito') { _%>
79
+ <%_ if (auth === 'cognito') { _%>
80
80
  authorizerConfiguration: RuntimeAuthorizerConfiguration.usingCognito(
81
81
  identity.userPool,
82
82
  [identity.userPoolClient],
@@ -87,7 +87,7 @@ export class <%- nameClassName %> extends Construct implements IGrantable, IConn
87
87
  <%_ } _%>
88
88
  environmentVariables: {
89
89
  RUNTIME_CONFIG_APP_ID: rc.appConfigApplicationId,
90
- <%_ if (auth === 'Cognito') { _%>
90
+ <%_ if (auth === 'cognito') { _%>
91
91
  ...restProps?.environmentVariables,
92
92
  <%_ } else { _%>
93
93
  ...props?.environmentVariables,
@@ -95,7 +95,7 @@ export class <%- nameClassName %> extends Construct implements IGrantable, IConn
95
95
  },
96
96
  });
97
97
 
98
- <%_ if (serverProtocol !== 'MCP') { _%>
98
+ <%_ if (serverProtocol !== 'mcp') { _%>
99
99
  // Grant access for the agent to invoke bedrock models
100
100
  this.agentCoreRuntime.addToRolePolicy(
101
101
  new PolicyStatement({
@@ -132,7 +132,7 @@ export class <%- nameClassName %> extends Construct implements IGrantable, IConn
132
132
  public get connections(): Connections {
133
133
  return this.agentCoreRuntime.connections;
134
134
  }
135
- <%_ if (auth === 'IAM') { _%>
135
+ <%_ if (auth === 'iam') { _%>
136
136
 
137
137
  /**
138
138
  * Grants IAM permissions to invoke this agent runtime.
@@ -146,7 +146,7 @@ export class <%- nameClassName %> extends Construct implements IGrantable, IConn
146
146
  grantee,
147
147
  actions: [
148
148
  'bedrock-agentcore:InvokeAgentRuntimeWithWebSocketStream',
149
- <%_ if (serverProtocol === 'A2A') { _%>
149
+ <%_ if (serverProtocol === 'a2a') { _%>
150
150
  'bedrock-agentcore:GetAgentCard',
151
151
  <%_ } _%>
152
152
  ],
@@ -30,7 +30,7 @@ variable "appconfig_application_arn" {
30
30
  type = string
31
31
  }
32
32
 
33
- <%_ if (auth === 'Cognito') { _%>
33
+ <%_ if (auth === 'cognito') { _%>
34
34
  variable "user_pool_id" {
35
35
  description = "ID of the user pool for cognito authentication"
36
36
  type = string
@@ -52,8 +52,8 @@ module "agent_core_runtime" {
52
52
  source = "../../../core/agent-core"
53
53
  agent_runtime_name = "<%= nameClassName %>"
54
54
  docker_image_tag = "<%= dockerImageTag %>"
55
- server_protocol = "<%= serverProtocol %>"
56
- <%_ if (auth === 'Cognito') { _%>
55
+ server_protocol = "<%= serverProtocol.toUpperCase() %>"
56
+ <%_ if (auth === 'cognito') { _%>
57
57
  authorizer_configuration = {
58
58
  custom_jwt_authorizer = {
59
59
  discovery_url = "https://cognito-idp.${local.aws_region}.amazonaws.com/${var.user_pool_id}/.well-known/openid-configuration"
@@ -73,7 +73,7 @@ module "agent_core_runtime" {
73
73
  "appconfig:GetLatestConfiguration"
74
74
  ]
75
75
  Resource = ["${var.appconfig_application_arn}/*"]
76
- }<% if (serverProtocol !== 'MCP') { %>,
76
+ }<% if (serverProtocol !== 'mcp') { %>,
77
77
  # Grant access for the agent to invoke bedrock models
78
78
  {
79
79
  Effect = "Allow"
@@ -33,7 +33,7 @@ variable "server_protocol" {
33
33
  default = "HTTP"
34
34
  validation {
35
35
  condition = contains(["MCP", "HTTP", "A2A"], var.server_protocol)
36
- error_message = "Protocol type must be either 'MCP', 'HTTP', or 'A2A'."
36
+ error_message = "Protocol type must be either 'mcp', 'http', or 'a2a'."
37
37
  }
38
38
  }
39
39
 
@@ -267,7 +267,7 @@ resource "aws_iam_role_policy_attachment" "agent_core_policy" {
267
267
 
268
268
  # Data source to get container image digest
269
269
  data "external" "docker_digest" {
270
- program = ["sh", "-c", "echo '{\"digest\":\"'$(<%= containerEngine %> inspect ${var.docker_image_tag} --format '{{.Id}}')'\"}' "]
270
+ program = ["sh", "-c", "echo '{\"digest\":\"'$(<%= containers %> inspect ${var.docker_image_tag} --format '{{.Id}}')'\"}' "]
271
271
  }
272
272
 
273
273
  # Null resource for container image publish
@@ -281,13 +281,13 @@ resource "null_resource" "docker_publish" {
281
281
  provisioner "local-exec" {
282
282
  command = <<-EOT
283
283
  # Get ECR login token
284
- aws ecr get-login-password --region ${local.aws_region} | <%= containerEngine %> login --username AWS --password-stdin ${self.triggers.repository_url}
284
+ aws ecr get-login-password --region ${local.aws_region} | <%= containers %> login --username AWS --password-stdin ${self.triggers.repository_url}
285
285
 
286
286
  # Tag the image
287
- <%= containerEngine %> tag ${self.triggers.docker_image_tag} ${self.triggers.repository_url}:latest
287
+ <%= containers %> tag ${self.triggers.docker_image_tag} ${self.triggers.repository_url}:latest
288
288
 
289
289
  # Push the image
290
- <%= containerEngine %> push ${self.triggers.repository_url}:latest
290
+ <%= containers %> push ${self.triggers.repository_url}:latest
291
291
  EOT
292
292
  }
293
293
 
@@ -3,7 +3,7 @@
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
  import { Tree } from '@nx/devkit';
6
- import { IacProvider } from '../iac';
6
+ import { Iac } from '../iac';
7
7
  interface BackendOptions {
8
8
  type: 'trpc' | 'fastapi' | 'smithy';
9
9
  integrationPattern: 'isolated' | 'shared';
@@ -30,9 +30,9 @@ export interface AddApiGatewayConstructOptions {
30
30
  apiNameKebabCase: string;
31
31
  constructType: 'http' | 'rest';
32
32
  backend: TrpcBackendOptions | FastApiBackendOptions | SmithyBackendOptions;
33
- auth: 'IAM' | 'Cognito' | 'Custom';
33
+ auth: 'iam' | 'cognito' | 'custom';
34
34
  }
35
35
  export declare const addApiGatewayInfra: (tree: Tree, options: AddApiGatewayConstructOptions & {
36
- iacProvider: IacProvider;
36
+ iac: Iac;
37
37
  }) => Promise<void>;
38
38
  export {};
@@ -10,18 +10,16 @@ const shared_constructs_constants_1 = require("../shared-constructs-constants");
10
10
  const ast_1 = require("../ast");
11
11
  const nx_1 = require("../nx");
12
12
  const addApiGatewayInfra = async (tree, options) => {
13
- if (options.iacProvider === 'CDK') {
13
+ if (options.iac === 'cdk') {
14
14
  await addApiGatewayCdkConstructs(tree, options);
15
15
  }
16
- else if (options.iacProvider === 'Terraform') {
16
+ else if (options.iac === 'terraform') {
17
17
  addApiGatewayTerraformModules(tree, options);
18
18
  }
19
19
  else {
20
- throw new Error(`Unsupported iacProvider ${options.iacProvider}`);
20
+ throw new Error(`Unsupported iac ${options.iac}`);
21
21
  }
22
- (0, devkit_1.updateJson)(tree, (0, devkit_1.joinPathFragments)(shared_constructs_constants_1.PACKAGES_DIR, options.iacProvider === 'CDK'
23
- ? shared_constructs_constants_1.SHARED_CONSTRUCTS_DIR
24
- : shared_constructs_constants_1.SHARED_TERRAFORM_DIR, 'project.json'), (config) => {
22
+ (0, devkit_1.updateJson)(tree, (0, devkit_1.joinPathFragments)(shared_constructs_constants_1.PACKAGES_DIR, options.iac === 'cdk' ? shared_constructs_constants_1.SHARED_CONSTRUCTS_DIR : shared_constructs_constants_1.SHARED_TERRAFORM_DIR, 'project.json'), (config) => {
25
23
  (0, nx_1.addDependencyToTargetIfNotPresent)(config, 'build', `${options.apiProjectName}:build`);
26
24
  return config;
27
25
  });
@@ -1 +1 @@
1
- {"version":3,"file":"api-constructs.js","sourceRoot":"","sources":["../../../../../../packages/nx-plugin/src/utils/api-constructs/api-constructs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"api-constructs.js","sourceRoot":"","sources":["../../../../../../packages/nx-plugin/src/utils/api-constructs/api-constructs.ts"],"names":[],"mappings":"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"}
@@ -18,23 +18,23 @@ import {
18
18
  CorsHttpMethod,
19
19
  CfnApi,
20
20
  } from 'aws-cdk-lib/aws-apigatewayv2';
21
- <%_ if (['IAM', 'Cognito', 'Custom'].includes(auth)) { _%>
21
+ <%_ if (['iam', 'cognito', 'custom'].includes(auth)) { _%>
22
22
  import {
23
- <%_ if (auth === 'IAM') { _%>
23
+ <%_ if (auth === 'iam') { _%>
24
24
  HttpIamAuthorizer,
25
- <%_ } else if (auth === 'Cognito') { _%>
25
+ <%_ } else if (auth === 'cognito') { _%>
26
26
  HttpUserPoolAuthorizer,
27
- <%_ } else if (auth === 'Custom') { _%>
27
+ <%_ } else if (auth === 'custom') { _%>
28
28
  HttpLambdaAuthorizer,
29
29
  HttpLambdaResponseType,
30
30
  <%_ } _%>
31
31
  } from 'aws-cdk-lib/aws-apigatewayv2-authorizers';
32
32
  <%_ } _%>
33
33
  import { HttpLambdaIntegration } from 'aws-cdk-lib/aws-apigatewayv2-integrations';
34
- <%_ if (auth === 'Cognito') { _%>
34
+ <%_ if (auth === 'cognito') { _%>
35
35
  import { IUserPool, IUserPoolClient } from 'aws-cdk-lib/aws-cognito';
36
36
  <%_ } _%>
37
- <%_ if (auth === 'IAM') { _%>
37
+ <%_ if (auth === 'iam') { _%>
38
38
  import { Grant, IGrantable } from 'aws-cdk-lib/aws-iam';
39
39
  <%_ } _%>
40
40
  import {
@@ -68,7 +68,7 @@ export interface <%= apiNameClassName %>Props<
68
68
  * Map of operation names to their API Gateway integrations
69
69
  */
70
70
  integrations: TIntegrations;
71
- <%_ if (auth === 'Cognito') { _%>
71
+ <%_ if (auth === 'cognito') { _%>
72
72
  /**
73
73
  * Identity details for Cognito Authentication
74
74
  */
@@ -175,7 +175,7 @@ export class <%= apiNameClassName %><
175
175
  id: string,
176
176
  props: <%= apiNameClassName %>Props<TIntegrations>,
177
177
  ) {
178
- <%_ if (auth === 'Custom') { _%>
178
+ <%_ if (auth === 'custom') { _%>
179
179
  const authorizerFunction = new Function(scope, '<%= apiNameClassName %>AuthorizerFunction', {
180
180
  <%_ if (['trpc', 'smithy'].includes(backend.type)) { _%>
181
181
  runtime: Runtime.NODEJS_LATEST,
@@ -218,13 +218,13 @@ export class <%= apiNameClassName %><
218
218
  'x-amz-security-token',
219
219
  ],
220
220
  },
221
- <%_ if (auth === 'IAM') { _%>
221
+ <%_ if (auth === 'iam') { _%>
222
222
  defaultAuthorizer: new HttpIamAuthorizer(),
223
- <%_ } else if (auth === 'Cognito') { _%>
223
+ <%_ } else if (auth === 'cognito') { _%>
224
224
  defaultAuthorizer: new HttpUserPoolAuthorizer('<%= apiNameClassName %>Authorizer', props.identity.userPool, {
225
225
  userPoolClients: [props.identity.userPoolClient]
226
226
  }),
227
- <%_ } else if (auth === 'Custom') { _%>
227
+ <%_ } else if (auth === 'custom') { _%>
228
228
  defaultAuthorizer: new HttpLambdaAuthorizer('<%= apiNameClassName %>LambdaAuthorizer', authorizerFunction, {
229
229
  responseTypes: [HttpLambdaResponseType.SIMPLE],
230
230
  }),
@@ -278,7 +278,7 @@ export class <%= apiNameClassName %><
278
278
  ],
279
279
  };
280
280
  }
281
- <%_ if (auth === 'IAM') { _%>
281
+ <%_ if (auth === 'iam') { _%>
282
282
 
283
283
  /**
284
284
  * Grants IAM permissions to invoke any method on this API.
@@ -19,10 +19,10 @@ import {
19
19
  <%_ if (['trpc', 'fastapi'].includes(backend.type)) { _%>
20
20
  ResponseTransferMode,
21
21
  <%_ } _%>
22
- <%_ if (auth === 'Cognito') { _%>
22
+ <%_ if (auth === 'cognito') { _%>
23
23
  CognitoUserPoolsAuthorizer,
24
24
  <%_ } _%>
25
- <%_ if (auth === 'Custom') { _%>
25
+ <%_ if (auth === 'custom') { _%>
26
26
  TokenAuthorizer,
27
27
  <%_ } _%>
28
28
  } from 'aws-cdk-lib/aws-apigateway';
@@ -32,12 +32,12 @@ import {
32
32
  PolicyStatement,
33
33
  Effect,
34
34
  AnyPrincipal,
35
- <%_ if (auth === 'IAM') { _%>
35
+ <%_ if (auth === 'iam') { _%>
36
36
  IGrantable,
37
37
  Grant,
38
38
  <%_ } _%>
39
39
  } from 'aws-cdk-lib/aws-iam';
40
- <%_ if (auth === 'Cognito') { _%>
40
+ <%_ if (auth === 'cognito') { _%>
41
41
  import { IUserPool } from 'aws-cdk-lib/aws-cognito';
42
42
  <%_ } _%>
43
43
  import {
@@ -71,7 +71,7 @@ export interface <%= apiNameClassName %>Props<
71
71
  * Map of operation names to their API Gateway integrations
72
72
  */
73
73
  integrations: TIntegrations;
74
- <%_ if (auth === 'Cognito') { _%>
74
+ <%_ if (auth === 'cognito') { _%>
75
75
  /**
76
76
  * Identity details for Cognito Authentication
77
77
  */
@@ -195,7 +195,7 @@ export class <%= apiNameClassName %><
195
195
  id: string,
196
196
  props: <%= apiNameClassName %>Props<TIntegrations>,
197
197
  ) {
198
- <%_ if (auth === 'Custom') { _%>
198
+ <%_ if (auth === 'custom') { _%>
199
199
  const authorizerFunction = new Function(scope, '<%= apiNameClassName %>AuthorizerFunction', {
200
200
  <%_ if (['trpc', 'smithy'].includes(backend.type)) { _%>
201
201
  runtime: Runtime.NODEJS_LATEST,
@@ -228,14 +228,14 @@ export class <%= apiNameClassName %><
228
228
  super(scope, id, {
229
229
  apiName: '<%= apiNameClassName %>',
230
230
  defaultMethodOptions: {
231
- <%_ if (auth === 'IAM') { _%>
231
+ <%_ if (auth === 'iam') { _%>
232
232
  authorizationType: AuthorizationType.IAM,
233
- <%_ } else if (auth === 'Cognito') { _%>
233
+ <%_ } else if (auth === 'cognito') { _%>
234
234
  authorizationType: AuthorizationType.COGNITO,
235
235
  authorizer: new CognitoUserPoolsAuthorizer(scope, '<%= apiNameClassName %>Authorizer', {
236
236
  cognitoUserPools: [props.identity.userPool],
237
237
  }),
238
- <%_ } else if (auth === 'Custom') { _%>
238
+ <%_ } else if (auth === 'custom') { _%>
239
239
  authorizationType: AuthorizationType.CUSTOM,
240
240
  authorizer: new TokenAuthorizer(scope, '<%= apiNameClassName %>TokenAuthorizer', {
241
241
  handler: authorizerFunction,
@@ -247,7 +247,7 @@ export class <%= apiNameClassName %><
247
247
  },
248
248
  policy: new PolicyDocument({
249
249
  statements: [
250
- <%_ if (auth === 'IAM') { _%>
250
+ <%_ if (auth === 'iam') { _%>
251
251
  // Open up OPTIONS to allow browsers to make unauthenticated preflight requests
252
252
  new PolicyStatement({
253
253
  effect: Effect.ALLOW,
@@ -256,7 +256,7 @@ export class <%= apiNameClassName %><
256
256
  resources: ['execute-api:/*/OPTIONS/*'],
257
257
  }),
258
258
  <%_ } else { _%>
259
- // Allow all callers to invoke the API in the resource policy<% if (auth === 'Cognito') { %>, since auth is handled by Cognito<% } else if (auth === 'Custom') { %>, since auth is handled by the Lambda Authorizer<% } %>
259
+ // Allow all callers to invoke the API in the resource policy<% if (auth === 'cognito') { %>, since auth is handled by Cognito<% } else if (auth === 'custom') { %>, since auth is handled by the Lambda Authorizer<% } %>
260
260
  new PolicyStatement({
261
261
  effect: Effect.ALLOW,
262
262
  principals: [new AnyPrincipal()],
@@ -308,7 +308,7 @@ export class <%= apiNameClassName %><
308
308
  }
309
309
  });
310
310
  }
311
- <%_ if (auth === 'IAM') { _%>
311
+ <%_ if (auth === 'iam') { _%>
312
312
 
313
313
  /**
314
314
  * Grants IAM permissions to invoke any method on this API.
@@ -9,7 +9,7 @@ terraform {
9
9
  }
10
10
  }
11
11
 
12
- <%_ if (auth === 'Cognito') { _%>
12
+ <%_ if (auth === 'cognito') { _%>
13
13
  # Authentication Configuration
14
14
  variable "user_pool_id" {
15
15
  description = "Cognito User Pool ID for authentication"
@@ -254,7 +254,7 @@ resource "aws_lambda_alias" "live" {
254
254
  }
255
255
  <%_ } _%>
256
256
 
257
- <%_ if (auth === 'Cognito') { _%>
257
+ <%_ if (auth === 'cognito') { _%>
258
258
  # Cognito User Pool Authorizer
259
259
  resource "aws_apigatewayv2_authorizer" "cognito_authorizer" {
260
260
  api_id = module.http_api.api_id
@@ -267,7 +267,7 @@ resource "aws_apigatewayv2_authorizer" "cognito_authorizer" {
267
267
  issuer = "https://cognito-idp.${data.aws_region.current.region}.amazonaws.com/${var.user_pool_id}"
268
268
  }
269
269
  }
270
- <%_ } else if (auth === 'Custom') { _%>
270
+ <%_ } else if (auth === 'custom') { _%>
271
271
  # Custom Lambda Authorizer
272
272
  resource "aws_lambda_function" "authorizer_lambda" {
273
273
  #checkov:skip=CKV_AWS_117:Lambda function does not need to be in VPC for this use case
@@ -407,17 +407,17 @@ resource "aws_apigatewayv2_route" "proxy_routes" {
407
407
  route_key = "${each.key} /{proxy+}"
408
408
  target = "integrations/${aws_apigatewayv2_integration.lambda_integration.id}"
409
409
 
410
- <%_ if (auth === 'IAM') { _%>
410
+ <%_ if (auth === 'iam') { _%>
411
411
  authorization_type = "AWS_IAM"
412
- <%_ } else if (auth === 'Cognito') { _%>
412
+ <%_ } else if (auth === 'cognito') { _%>
413
413
  authorization_type = "JWT"
414
414
  authorizer_id = aws_apigatewayv2_authorizer.cognito_authorizer.id
415
- <%_ } else if (auth === 'Custom') { _%>
415
+ <%_ } else if (auth === 'custom') { _%>
416
416
  authorization_type = "CUSTOM"
417
417
  authorizer_id = aws_apigatewayv2_authorizer.custom_authorizer.id
418
418
  <%_ } _%>
419
419
 
420
- depends_on = [aws_apigatewayv2_integration.lambda_integration<% if (auth === 'Cognito') { %>, aws_apigatewayv2_authorizer.cognito_authorizer<% } else if (auth === 'Custom') { %>, aws_apigatewayv2_authorizer.custom_authorizer<% } %>]
420
+ depends_on = [aws_apigatewayv2_integration.lambda_integration<% if (auth === 'cognito') { %>, aws_apigatewayv2_authorizer.cognito_authorizer<% } else if (auth === 'custom') { %>, aws_apigatewayv2_authorizer.custom_authorizer<% } %>]
421
421
  }
422
422
 
423
423
  # Add API url to runtime config
@@ -9,7 +9,7 @@ terraform {
9
9
  }
10
10
  }
11
11
 
12
- <%_ if (auth === 'Cognito') { _%>
12
+ <%_ if (auth === 'cognito') { _%>
13
13
  # Authentication Configuration
14
14
  variable "user_pool_id" {
15
15
  description = "Cognito User Pool ID for authentication"
@@ -251,7 +251,7 @@ resource "aws_lambda_alias" "live" {
251
251
  }
252
252
  <%_ } _%>
253
253
 
254
- <%_ if (auth === 'Cognito') { _%>
254
+ <%_ if (auth === 'cognito') { _%>
255
255
  # Cognito User Pool Authorizer
256
256
  resource "aws_api_gateway_authorizer" "cognito_authorizer" {
257
257
  name = "<%- apiNameClassName %>Authorizer-${random_string.suffix.result}"
@@ -260,7 +260,7 @@ resource "aws_api_gateway_authorizer" "cognito_authorizer" {
260
260
  provider_arns = ["arn:aws:cognito-idp:${data.aws_region.current.region}:${data.aws_caller_identity.current.account_id}:userpool/${var.user_pool_id}"]
261
261
  identity_source = "method.request.header.Authorization"
262
262
  }
263
- <%_ } else if (auth === 'Custom') { _%>
263
+ <%_ } else if (auth === 'custom') { _%>
264
264
  # Custom Lambda Authorizer
265
265
  resource "aws_lambda_function" "authorizer_lambda" {
266
266
  #checkov:skip=CKV_AWS_117:Lambda function does not need to be in VPC for this use case
@@ -408,12 +408,12 @@ resource "aws_api_gateway_method" "proxy_method" {
408
408
  resource_id = aws_api_gateway_resource.proxy_resource.id
409
409
  http_method = "ANY"
410
410
 
411
- <%_ if (auth === 'IAM') { _%>
411
+ <%_ if (auth === 'iam') { _%>
412
412
  authorization = "AWS_IAM"
413
- <%_ } else if (auth === 'Cognito') { _%>
413
+ <%_ } else if (auth === 'cognito') { _%>
414
414
  authorization = "COGNITO_USER_POOLS"
415
415
  authorizer_id = aws_api_gateway_authorizer.cognito_authorizer.id
416
- <%_ } else if (auth === 'Custom') { _%>
416
+ <%_ } else if (auth === 'custom') { _%>
417
417
  authorization = "CUSTOM"
418
418
  authorizer_id = aws_api_gateway_authorizer.custom_authorizer.id
419
419
  <%_ } _%>
@@ -422,7 +422,7 @@ resource "aws_api_gateway_method" "proxy_method" {
422
422
  "method.request.path.proxy" = true
423
423
  }
424
424
 
425
- depends_on = [<% if (auth === 'Cognito') { %>aws_api_gateway_authorizer.cognito_authorizer<% } else if (auth === 'Custom') { %>aws_api_gateway_authorizer.custom_authorizer<% } %>]
425
+ depends_on = [<% if (auth === 'cognito') { %>aws_api_gateway_authorizer.cognito_authorizer<% } else if (auth === 'custom') { %>aws_api_gateway_authorizer.custom_authorizer<% } %>]
426
426
  }
427
427
 
428
428
  # OPTIONS method for CORS preflight
@@ -500,7 +500,7 @@ resource "aws_api_gateway_deployment" "api_deployment" {
500
500
  aws_api_gateway_integration.options_integration,
501
501
  aws_api_gateway_method_response.options_response,
502
502
  aws_api_gateway_integration_response.options_integration_response,
503
- <%_ if (auth === 'Custom') { _%>
503
+ <%_ if (auth === 'custom') { _%>
504
504
  aws_api_gateway_authorizer.custom_authorizer,
505
505
  <%_ } _%>
506
506
  ]
@@ -530,7 +530,7 @@ resource "aws_api_gateway_rest_api_policy" "api_policy" {
530
530
  policy = jsonencode({
531
531
  Version = "2012-10-17"
532
532
  Statement = [
533
- <%_ if (auth === 'IAM') { _%>
533
+ <%_ if (auth === 'iam') { _%>
534
534
  {
535
535
  # Grant any AWS credentials from the account to call the API
536
536
  # Machine to machine fine-grained access can be defined here using more specific principals
@@ -551,7 +551,7 @@ resource "aws_api_gateway_rest_api_policy" "api_policy" {
551
551
  }
552
552
  <%_ } else { _%>
553
553
  {
554
- # Allow all callers to invoke the API in the resource policy<% if (auth === 'Cognito') { %>, since auth is handled by Cognito<% } else if (auth === 'Custom') { %>, since auth is handled by the Lambda Authorizer<% } %>
554
+ # Allow all callers to invoke the API in the resource policy<% if (auth === 'cognito') { %>, since auth is handled by Cognito<% } else if (auth === 'custom') { %>, since auth is handled by the Lambda Authorizer<% } %>
555
555
  Effect = "Allow"
556
556
  Principal = "*"
557
557
  Action = "execute-api:Invoke"
@@ -3,9 +3,9 @@
3
3
  * SPDX-License-Identifier: Apache-2.0
4
4
  */
5
5
  import { Tree } from '@nx/devkit';
6
- import { IacProvider } from '../iac';
6
+ import { Iac } from '../iac';
7
7
  export interface AddOpenApiMetadataGenerateTargetOptions {
8
- iacProvider: IacProvider;
8
+ iac: Iac;
9
9
  apiNameKebabCase: string;
10
10
  specPath: string;
11
11
  specBuildTargetName: string;
@@ -14,4 +14,4 @@ export interface AddOpenApiMetadataGenerateTargetOptions {
14
14
  * Adds a generate:<api-name>-metadata target to shared constructs (CDK only)
15
15
  * This allows for API CDK constructs to have type-safety for integrations based on an OpenAPI Specification
16
16
  */
17
- export declare const addSharedConstructsOpenApiMetadataGenerateTarget: (tree: Tree, { iacProvider, apiNameKebabCase, specPath, specBuildTargetName, }: AddOpenApiMetadataGenerateTargetOptions) => void;
17
+ export declare const addSharedConstructsOpenApiMetadataGenerateTarget: (tree: Tree, { iac, apiNameKebabCase, specPath, specBuildTargetName, }: AddOpenApiMetadataGenerateTargetOptions) => void;
@@ -13,8 +13,8 @@ const shared_constructs_constants_1 = require("../shared-constructs-constants");
13
13
  * Adds a generate:<api-name>-metadata target to shared constructs (CDK only)
14
14
  * This allows for API CDK constructs to have type-safety for integrations based on an OpenAPI Specification
15
15
  */
16
- const addSharedConstructsOpenApiMetadataGenerateTarget = (tree, { iacProvider, apiNameKebabCase, specPath, specBuildTargetName, }) => {
17
- if (iacProvider !== 'CDK') {
16
+ const addSharedConstructsOpenApiMetadataGenerateTarget = (tree, { iac, apiNameKebabCase, specPath, specBuildTargetName, }) => {
17
+ if (iac !== 'cdk') {
18
18
  // For Terraform, we do not support type-safe integration builders, rather only the single lambda
19
19
  // router pattern, and therefore do not need to add depenencies on metadata generation.
20
20
  return;
@@ -1 +1 @@
1
- {"version":3,"file":"open-api-metadata.js","sourceRoot":"","sources":["../../../../../../packages/nx-plugin/src/utils/api-constructs/open-api-metadata.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,uCAKoB;AAEpB,gCAAyC;AACzC,8BAA0D;AAC1D,gFAGwC;AASxC;;;GAGG;AACI,MAAM,gDAAgD,GAAG,CAC9D,IAAU,EACV,EACE,WAAW,EACX,gBAAgB,EAChB,QAAQ,EACR,mBAAmB,GACqB,EAC1C,EAAE;IACF,IAAI,WAAW,KAAK,KAAK,EAAE,CAAC;QAC1B,iGAAiG;QACjG,uFAAuF;QACvF,OAAO;IACT,CAAC;IAED,MAAM,oBAAoB,GAAG,IAAA,0BAAiB,EAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;IAC9E,MAAM,4BAA4B,GAAG,IAAA,0BAAiB,EACpD,IAAA,0BAAiB,EAAC,0CAAY,EAAE,mDAAqB,CAAC,EACtD,KAAK,EACL,oBAAoB,CACrB,CAAC;IAEF,IAAA,mBAAU,EACR,IAAI,EACJ,IAAA,0BAAiB,EAAC,0CAAY,EAAE,mDAAqB,EAAE,cAAc,CAAC,EACtE,CAAC,MAA4B,EAAE,EAAE;QAC/B,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;YACpB,MAAM,CAAC,OAAO,GAAG,EAAE,CAAC;QACtB,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;YAC1B,MAAM,CAAC,OAAO,CAAC,KAAK,GAAG,EAAE,CAAC;QAC5B,CAAC;QACD,wFAAwF;QACxF,0CAA0C;QAC1C,MAAM,kBAAkB,GAAG,YAAY,gBAAgB,WAAW,CAAC;QACnE,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACxC,MAAM,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG;gBACnC,KAAK,EAAE,IAAI;gBACX,QAAQ,EAAE,iBAAiB;gBAC3B,MAAM,EAAE;oBACN;wBACE,yBAAyB,EAAE,WAAW;qBACvC;iBACF;gBACD,OAAO,EAAE;oBACP,IAAA,0BAAiB,EAAC,iBAAiB,EAAE,4BAA4B,CAAC;iBACnE;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE;wBACR,+DAA+D,QAAQ,mBAAmB,4BAA4B,oBAAoB;qBAC3I;iBACF;gBACD,SAAS,EAAE,CAAC,mBAAmB,CAAC;aACjC,CAAC;QACJ,CAAC;QACD,IAAA,sCAAiC,EAAC,MAAM,EAAE,SAAS,EAAE,kBAAkB,CAAC,CAAC;QACzE,OAAO,MAAM,CAAC;IAChB,CAAC,CACF,CAAC;IAEF,2CAA2C;IAC3C,sFAAsF;IACtF,IAAA,qBAAe,EACb,IAAI,EACJ,IAAA,0BAAiB,EAAC,0CAAY,EAAE,mDAAqB,CAAC,EACtD,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,GAAG,QAAQ,EAAE,IAAA,0BAAiB,EAAC,KAAK,EAAE,oBAAoB,CAAC,CAAC,CAC5E,CAAC;AACJ,CAAC,CAAC;AAnEW,QAAA,gDAAgD,oDAmE3D"}
1
+ {"version":3,"file":"open-api-metadata.js","sourceRoot":"","sources":["../../../../../../packages/nx-plugin/src/utils/api-constructs/open-api-metadata.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,uCAKoB;AAEpB,gCAAyC;AACzC,8BAA0D;AAC1D,gFAGwC;AASxC;;;GAGG;AACI,MAAM,gDAAgD,GAAG,CAC9D,IAAU,EACV,EACE,GAAG,EACH,gBAAgB,EAChB,QAAQ,EACR,mBAAmB,GACqB,EAC1C,EAAE;IACF,IAAI,GAAG,KAAK,KAAK,EAAE,CAAC;QAClB,iGAAiG;QACjG,uFAAuF;QACvF,OAAO;IACT,CAAC;IAED,MAAM,oBAAoB,GAAG,IAAA,0BAAiB,EAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;IAC9E,MAAM,4BAA4B,GAAG,IAAA,0BAAiB,EACpD,IAAA,0BAAiB,EAAC,0CAAY,EAAE,mDAAqB,CAAC,EACtD,KAAK,EACL,oBAAoB,CACrB,CAAC;IAEF,IAAA,mBAAU,EACR,IAAI,EACJ,IAAA,0BAAiB,EAAC,0CAAY,EAAE,mDAAqB,EAAE,cAAc,CAAC,EACtE,CAAC,MAA4B,EAAE,EAAE;QAC/B,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;YACpB,MAAM,CAAC,OAAO,GAAG,EAAE,CAAC;QACtB,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;YAC1B,MAAM,CAAC,OAAO,CAAC,KAAK,GAAG,EAAE,CAAC;QAC5B,CAAC;QACD,wFAAwF;QACxF,0CAA0C;QAC1C,MAAM,kBAAkB,GAAG,YAAY,gBAAgB,WAAW,CAAC;QACnE,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACxC,MAAM,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG;gBACnC,KAAK,EAAE,IAAI;gBACX,QAAQ,EAAE,iBAAiB;gBAC3B,MAAM,EAAE;oBACN;wBACE,yBAAyB,EAAE,WAAW;qBACvC;iBACF;gBACD,OAAO,EAAE;oBACP,IAAA,0BAAiB,EAAC,iBAAiB,EAAE,4BAA4B,CAAC;iBACnE;gBACD,OAAO,EAAE;oBACP,QAAQ,EAAE;wBACR,+DAA+D,QAAQ,mBAAmB,4BAA4B,oBAAoB;qBAC3I;iBACF;gBACD,SAAS,EAAE,CAAC,mBAAmB,CAAC;aACjC,CAAC;QACJ,CAAC;QACD,IAAA,sCAAiC,EAAC,MAAM,EAAE,SAAS,EAAE,kBAAkB,CAAC,CAAC;QACzE,OAAO,MAAM,CAAC;IAChB,CAAC,CACF,CAAC;IAEF,2CAA2C;IAC3C,sFAAsF;IACtF,IAAA,qBAAe,EACb,IAAI,EACJ,IAAA,0BAAiB,EAAC,0CAAY,EAAE,mDAAqB,CAAC,EACtD,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,GAAG,QAAQ,EAAE,IAAA,0BAAiB,EAAC,KAAK,EAAE,oBAAoB,CAAC,CAAC,CAC5E,CAAC;AACJ,CAAC,CAAC;AAnEW,QAAA,gDAAgD,oDAmE3D"}
@@ -44,4 +44,4 @@ export declare const buildInstallCommand: (pm: string, pkg: string, dev: boolean
44
44
  * The package manager is auto-detected by @aws/create-nx-workspace from the
45
45
  * invoking command, so --pm is not needed.
46
46
  */
47
- export declare const buildCreateNxWorkspaceCommand: (pm: string, workspace: string, iacProvider?: "CDK" | "Terraform", tag?: string) => string;
47
+ export declare const buildCreateNxWorkspaceCommand: (pm: string, workspace: string, iac?: "cdk" | "terraform", tag?: string) => string;
@@ -53,7 +53,7 @@ exports.buildInstallCommand = buildInstallCommand;
53
53
  * The package manager is auto-detected by @aws/create-nx-workspace from the
54
54
  * invoking command, so --pm is not needed.
55
55
  */
56
- const buildCreateNxWorkspaceCommand = (pm, workspace, iacProvider, tag) => {
56
+ const buildCreateNxWorkspaceCommand = (pm, workspace, iac, tag) => {
57
57
  const createPrefix = exports.PACKAGE_MANAGER_COMMANDS[pm]?.create ?? `${pm} create`;
58
58
  const pkgName = tag ? `@aws/nx-workspace@${tag}` : '@aws/nx-workspace';
59
59
  const parts = [
@@ -62,7 +62,7 @@ const buildCreateNxWorkspaceCommand = (pm, workspace, iacProvider, tag) => {
62
62
  // npm requires '--' to stop interpreting subsequent flags as npm config
63
63
  ...(pm === 'npm' ? ['--'] : []),
64
64
  workspace,
65
- ...(iacProvider ? [`--iacProvider=${iacProvider}`] : []),
65
+ ...(iac ? [`--iac=${iac}`] : []),
66
66
  ];
67
67
  return parts.join(' ');
68
68
  };
@@ -1 +1 @@
1
- {"version":3,"file":"commands.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/commands.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"commands.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/commands.ts"],"names":[],"mappings":"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"}