konokenj.cdk-api-mcp-server 0.49.0__py3-none-any.whl → 0.51.0__py3-none-any.whl
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.
- cdk_api_mcp_server/__about__.py +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/aws-bedrock-agentcore-alpha/README.md +796 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/aws-eks-v2-alpha/README.md +116 -29
- cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/aws-msk-alpha/README.md +38 -8
- cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/mixins-preview/README.md +16 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigateway/integ.api-with-authorizer-and-proxy.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigateway/integ.lambda-api.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-authorizers/integ.iam.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-authorizers/integ.lambda.ts +2 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-authorizers/integ.user-pool.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-integrations/integ.add-subroute-integration.ts +7 -4
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-integrations/integ.http-proxy.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-integrations/integ.lambda-proxy.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-apigatewayv2-integrations/integ.lambda.ts +4 -4
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-appsync/integ.graphql-lambda-permission.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-appsync/integ.js-resolver.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudformation/integ.core-custom-resources-node-18.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudformation/integ.core-custom-resources-service-timeout.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudfront-origins/integ.origin-response-completion-timeout.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudtrail/integ.cloudtrail-data-events-only.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codepipeline-actions/integ.pipeline-elastic-beanstalk-deploy.ts +4 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-dynamodb/README.md +53 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-dynamodb/integ.dynamodb.add-to-resource-policy.ts +80 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-dynamodb/integ.dynamodb.policy.ts +21 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ec2/integ.vpc-flow-logs.ts +4 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ecr/README.md +40 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ecr/integ.tag-mutability-exclusion.ts +30 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ecs/README.md +3 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ecs/integ.managedinstances-capacity-provider.ts +5 -3
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ecs/integ.managedinstances-no-default-capacity-provider.ts +107 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ecs-patterns/integ.alb-fargate-service-public-private-switch.ts +45 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-elasticloadbalancingv2/README.md +34 -4
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-elasticloadbalancingv2/integ.alb-lambda-multi-value-headers.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-elasticloadbalancingv2/integ.alb.oidc.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-elasticloadbalancingv2/integ.nlb.security-group.ts +70 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-elasticloadbalancingv2-actions/integ.cognito.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-events-targets/README.md +22 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-events-targets/integ.firehose-delivery-stream.ts +51 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-kinesisfirehose/README.md +96 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-kinesisfirehose/integ.record-format-conversion-schema.ts +154 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-kinesisfirehose/integ.record-format-conversion.ts +178 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.binary-payload.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.logging-config.ts +8 -8
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.params-and-secrets.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.runtime-management.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.runtime.inlinecode.ts +0 -7
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda-nodejs/integ.dependencies-pnpm.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda-nodejs/integ.function-exclude-smithy-models.ts +2 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda-nodejs/integ.nodejs.build.images.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-logs/integ.subscriptionfilter.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-rds/integ.cluster-data-api-to-imported-cluster.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-rds/integ.cluster-data-api.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-s3-deployment/integ.bucket-deployment-data.ts +4 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-stepfunctions-tasks/README.md +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-stepfunctions-tasks/integ.call-aws-service-cross-region-lambda.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-stepfunctions-tasks/integ.invoke-json-path.ts +102 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-synthetics/integ.canary.ts +2 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/custom-resources/integ.aws-custom-resource.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/custom-resources/integ.custom-resource-config-lambda-node-runtime.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/custom-resources/integ.invoke-function-payload.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/cx-api/FEATURE_FLAGS.md +62 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/cx-api/README.md +32 -1
- {konokenj_cdk_api_mcp_server-0.49.0.dist-info → konokenj_cdk_api_mcp_server-0.51.0.dist-info}/METADATA +2 -2
- {konokenj_cdk_api_mcp_server-0.49.0.dist-info → konokenj_cdk_api_mcp_server-0.51.0.dist-info}/RECORD +67 -57
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-events-targets/integ.kinesis-firehose-stream.ts +0 -33
- {konokenj_cdk_api_mcp_server-0.49.0.dist-info → konokenj_cdk_api_mcp_server-0.51.0.dist-info}/WHEEL +0 -0
- {konokenj_cdk_api_mcp_server-0.49.0.dist-info → konokenj_cdk_api_mcp_server-0.51.0.dist-info}/entry_points.txt +0 -0
- {konokenj_cdk_api_mcp_server-0.49.0.dist-info → konokenj_cdk_api_mcp_server-0.51.0.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/// !cdk-integ aws-stepfunctions-tasks-http-invoke-json-path-integ
|
|
2
|
+
|
|
3
|
+
import * as path from 'path';
|
|
4
|
+
import { IntegTest, ExpectedResult } from '@aws-cdk/integ-tests-alpha';
|
|
5
|
+
import * as cdk from 'aws-cdk-lib';
|
|
6
|
+
import * as apigateway from 'aws-cdk-lib/aws-apigateway';
|
|
7
|
+
import * as events from 'aws-cdk-lib/aws-events';
|
|
8
|
+
import * as sfn from 'aws-cdk-lib/aws-stepfunctions';
|
|
9
|
+
import * as lambda from 'aws-cdk-lib/aws-lambda-nodejs';
|
|
10
|
+
import * as tasks from 'aws-cdk-lib/aws-stepfunctions-tasks';
|
|
11
|
+
import { password, username } from './my-lambda-handler';
|
|
12
|
+
|
|
13
|
+
/*
|
|
14
|
+
* Creates an API Gateway instance with a GET method and mock integration,
|
|
15
|
+
* secured with basic auth. It then creates a matching Connection and uses it
|
|
16
|
+
* in a state machine with a task state to invoke the endpoint.
|
|
17
|
+
*
|
|
18
|
+
* Stack verification steps :
|
|
19
|
+
* * aws stepfunctions start-execution --state-machine-arn <deployed state machine arn> : should return execution arn
|
|
20
|
+
* * aws stepfunctions describe-execution --execution-arn <execution-arn generated before> : should return status as SUCCEEDED
|
|
21
|
+
*/
|
|
22
|
+
const app = new cdk.App();
|
|
23
|
+
const stack = new cdk.Stack(app, 'aws-stepfunctions-tasks-http-invoke-json-path-integ');
|
|
24
|
+
|
|
25
|
+
const authorizerHandler = new lambda.NodejsFunction(stack, 'AuthorizerHandler', {
|
|
26
|
+
entry: path.resolve(__dirname, 'my-lambda-handler', 'index.ts'),
|
|
27
|
+
handler: 'handler',
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
const authorizer = new apigateway.TokenAuthorizer(stack, 'Authorizer', {
|
|
31
|
+
handler: authorizerHandler,
|
|
32
|
+
identitySource: 'method.request.header.Authorization',
|
|
33
|
+
resultsCacheTtl: cdk.Duration.seconds(0),
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
const api = new apigateway.RestApi(stack, 'IntegRestApi');
|
|
37
|
+
|
|
38
|
+
api.root.addResource('test-json-path').addMethod(
|
|
39
|
+
'GET',
|
|
40
|
+
new apigateway.MockIntegration({
|
|
41
|
+
integrationResponses: [
|
|
42
|
+
{
|
|
43
|
+
statusCode: '200',
|
|
44
|
+
responseTemplates: {
|
|
45
|
+
'application/json': JSON.stringify({ message: 'Hello, tester!' }),
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
passthroughBehavior: apigateway.PassthroughBehavior.NEVER,
|
|
50
|
+
requestTemplates: {
|
|
51
|
+
'application/json': '{ "statusCode": 200 }',
|
|
52
|
+
},
|
|
53
|
+
}),
|
|
54
|
+
{
|
|
55
|
+
authorizer,
|
|
56
|
+
methodResponses: [
|
|
57
|
+
{
|
|
58
|
+
statusCode: '200',
|
|
59
|
+
},
|
|
60
|
+
],
|
|
61
|
+
},
|
|
62
|
+
);
|
|
63
|
+
|
|
64
|
+
const connection = new events.Connection(stack, 'Connection', {
|
|
65
|
+
authorization: events.Authorization.basic(username, cdk.SecretValue.unsafePlainText(password)),
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
const httpInvokeTask = new tasks.HttpInvoke(stack, 'Invoke HTTP Endpoint', {
|
|
69
|
+
apiRoot: api.urlForPath('/'),
|
|
70
|
+
apiEndpoint: sfn.TaskInput.fromJsonPathAt('$.endpointPath'),
|
|
71
|
+
connection,
|
|
72
|
+
method: sfn.TaskInput.fromText('GET'),
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
const sm = new sfn.StateMachine(stack, 'StateMachine', {
|
|
76
|
+
definition: httpInvokeTask,
|
|
77
|
+
timeout: cdk.Duration.seconds(30),
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
const testCase = new IntegTest(app, 'HttpInvokeTest', {
|
|
81
|
+
testCases: [stack],
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
// Start an execution
|
|
85
|
+
const start = testCase.assertions.awsApiCall('StepFunctions', 'startExecution', {
|
|
86
|
+
stateMachineArn: sm.stateMachineArn,
|
|
87
|
+
input: JSON.stringify({
|
|
88
|
+
endpointPath: 'test-json-path',
|
|
89
|
+
}),
|
|
90
|
+
});
|
|
91
|
+
|
|
92
|
+
// describe the results of the execution
|
|
93
|
+
const describe = testCase.assertions.awsApiCall('StepFunctions', 'describeExecution', {
|
|
94
|
+
executionArn: start.getAttString('executionArn'),
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
// assert the results
|
|
98
|
+
describe.expect(ExpectedResult.objectLike({
|
|
99
|
+
status: 'SUCCEEDED',
|
|
100
|
+
}));
|
|
101
|
+
|
|
102
|
+
app.synth();
|
|
@@ -114,6 +114,7 @@ const selenium41 = createCanaryByRuntimes(Runtime.SYNTHETICS_PYTHON_SELENIUM_4_1
|
|
|
114
114
|
const selenium50 = createCanaryByRuntimes(Runtime.SYNTHETICS_PYTHON_SELENIUM_5_0);
|
|
115
115
|
const selenium51 = createCanaryByRuntimes(Runtime.SYNTHETICS_PYTHON_SELENIUM_5_1);
|
|
116
116
|
const selenium60 = createCanaryByRuntimes(Runtime.SYNTHETICS_PYTHON_SELENIUM_6_0);
|
|
117
|
+
const selenium70 = createCanaryByRuntimes(Runtime.SYNTHETICS_PYTHON_SELENIUM_7_0);
|
|
117
118
|
|
|
118
119
|
const test = new IntegTest(app, 'IntegCanaryTest', {
|
|
119
120
|
testCases: [stack],
|
|
@@ -142,6 +143,7 @@ const test = new IntegTest(app, 'IntegCanaryTest', {
|
|
|
142
143
|
selenium50,
|
|
143
144
|
selenium51,
|
|
144
145
|
selenium60,
|
|
146
|
+
selenium70,
|
|
145
147
|
].forEach((canary) => test.assertions
|
|
146
148
|
.awsApiCall('Synthetics', 'getCanaryRuns', {
|
|
147
149
|
Name: canary.canaryName,
|
|
@@ -121,7 +121,7 @@ const app = new cdk.App({
|
|
|
121
121
|
},
|
|
122
122
|
});
|
|
123
123
|
const testStack = new AwsCdkSdkJsStack(app, 'aws-cdk-sdk-js-v3', {
|
|
124
|
-
runtime: lambda.Runtime.
|
|
124
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
125
125
|
});
|
|
126
126
|
const integTest = new integ.IntegTest(app, 'AwsCustomResourceTest', {
|
|
127
127
|
testCases: [testStack],
|
|
@@ -29,7 +29,7 @@ new lambda.Function(stack, 'nonCrLambda', {
|
|
|
29
29
|
runtime: lambda.Runtime.NODEJS_20_X,
|
|
30
30
|
});
|
|
31
31
|
|
|
32
|
-
CustomResourceConfig.of(app).addLambdaRuntime(lambda.Runtime.
|
|
32
|
+
CustomResourceConfig.of(app).addLambdaRuntime(lambda.Runtime.NODEJS_20_X);
|
|
33
33
|
|
|
34
34
|
new integ.IntegTest(app, 'integ-test-custom-resource-config-lambda-node-runtime', {
|
|
35
35
|
testCases: [stack],
|
|
@@ -15,7 +15,7 @@ const stack = new cdk.Stack(app, 'AwsCustomResourceInvokePayloadStack');
|
|
|
15
15
|
const fn = new lambda.Function(stack, 'Function', {
|
|
16
16
|
code: lambda.Code.fromInline("exports.handler = async () => { return { statusCode: 200, body: 'Hello World' }; };"),
|
|
17
17
|
handler: 'index.handler',
|
|
18
|
-
runtime: lambda.Runtime.
|
|
18
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
19
19
|
});
|
|
20
20
|
|
|
21
21
|
const testCr = new cr.AwsCustomResource(stack, 'ListLambdaFunctions', {
|
|
@@ -107,6 +107,9 @@ Flags come in three types:
|
|
|
107
107
|
| [@aws-cdk/core:explicitStackTags](#aws-cdkcoreexplicitstacktags) | When enabled, stack tags need to be assigned explicitly on a Stack. | 2.205.0 | new default |
|
|
108
108
|
| [@aws-cdk/aws-signer:signingProfileNamePassedToCfn](#aws-cdkaws-signersigningprofilenamepassedtocfn) | Pass signingProfileName to CfnSigningProfile | 2.212.0 | fix |
|
|
109
109
|
| [@aws-cdk/aws-ecs-patterns:secGroupsDisablesImplicitOpenListener](#aws-cdkaws-ecs-patternssecgroupsdisablesimplicitopenlistener) | Disable implicit openListener when custom security groups are provided | 2.214.0 | new default |
|
|
110
|
+
| [@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId](#aws-cdkaws-ecs-patternsuniquetargetgroupid) | When enabled, ECS patterns will generate unique target group IDs to prevent conflicts during load balancer replacement | 2.221.0 | fix |
|
|
111
|
+
| [@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint](#aws-cdkaws-stepfunctions-taskshttpinvokedynamicjsonpathendpoint) | When enabled, allows using a dynamic apiEndpoint with JSONPath format in HttpInvoke tasks. | 2.221.0 | fix |
|
|
112
|
+
| [@aws-cdk/aws-elasticloadbalancingv2:networkLoadBalancerWithSecurityGroupByDefault](#aws-cdkaws-elasticloadbalancingv2networkloadbalancerwithsecuritygroupbydefault) | When enabled, Network Load Balancer will be created with a security group by default. | V2NEXT | new default |
|
|
110
113
|
|
|
111
114
|
<!-- END table -->
|
|
112
115
|
|
|
@@ -197,7 +200,9 @@ The following json shows the current recommended set of flags, as `cdk init` wou
|
|
|
197
200
|
"@aws-cdk/s3-notifications:addS3TrustKeyPolicyForSnsSubscriptions": true,
|
|
198
201
|
"@aws-cdk/aws-ec2:requirePrivateSubnetsForEgressOnlyInternetGateway": true,
|
|
199
202
|
"@aws-cdk/aws-s3:publicAccessBlockedByDefault": true,
|
|
200
|
-
"@aws-cdk/aws-lambda:useCdkManagedLogGroup": true
|
|
203
|
+
"@aws-cdk/aws-lambda:useCdkManagedLogGroup": true,
|
|
204
|
+
"@aws-cdk/aws-elasticloadbalancingv2:networkLoadBalancerWithSecurityGroupByDefault": true,
|
|
205
|
+
"@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId": true
|
|
201
206
|
}
|
|
202
207
|
}
|
|
203
208
|
```
|
|
@@ -245,6 +250,7 @@ are migrating a v1 CDK project to v2, explicitly set any of these flags which do
|
|
|
245
250
|
| [@aws-cdk/core:aspectStabilization](#aws-cdkcoreaspectstabilization) | When enabled, a stabilization loop will be run when invoking Aspects during synthesis. | config | | `false` | `true` |
|
|
246
251
|
| [@aws-cdk/pipelines:reduceStageRoleTrustScope](#aws-cdkpipelinesreducestageroletrustscope) | Remove the root account principal from Stage addActions trust policy | new default | | `false` | `true` |
|
|
247
252
|
| [@aws-cdk/pipelines:reduceCrossAccountActionRoleTrustScope](#aws-cdkpipelinesreducecrossaccountactionroletrustscope) | When enabled, scopes down the trust policy for the cross-account action role | new default | | `false` | `true` |
|
|
253
|
+
| [@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint](#aws-cdkaws-stepfunctions-taskshttpinvokedynamicjsonpathendpoint) | When enabled, allows using a dynamic apiEndpoint with JSONPath format in HttpInvoke tasks. | fix | | `false` | `true` |
|
|
248
254
|
|
|
249
255
|
<!-- END diff -->
|
|
250
256
|
|
|
@@ -2277,4 +2283,59 @@ override this behavior.
|
|
|
2277
2283
|
**Compatibility with old behavior:** You can pass `openListener: true` explicitly to maintain the old behavior.
|
|
2278
2284
|
|
|
2279
2285
|
|
|
2286
|
+
### @aws-cdk/aws-ecs-patterns:uniqueTargetGroupId
|
|
2287
|
+
|
|
2288
|
+
*When enabled, ECS patterns will generate unique target group IDs to prevent conflicts during load balancer replacement*
|
|
2289
|
+
|
|
2290
|
+
Flag type: Backwards incompatible bugfix
|
|
2291
|
+
|
|
2292
|
+
When this feature flag is enabled, ECS patterns will generate unique target group IDs that include
|
|
2293
|
+
both the load balancer type (public/private) and load balancer name. This prevents CloudFormation
|
|
2294
|
+
conflicts when switching between public and private load balancers or when changing load balancer names.
|
|
2295
|
+
|
|
2296
|
+
Without this flag, target groups use generic IDs like 'ECS' which can cause conflicts when the
|
|
2297
|
+
underlying load balancer is replaced due to changes in internetFacing or loadBalancerName properties.
|
|
2298
|
+
|
|
2299
|
+
This is a breaking change as it will cause target group replacement when the flag is enabled.
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
| Since | Unset behaves like | Recommended value |
|
|
2303
|
+
| ----- | ----- | ----- |
|
|
2304
|
+
| (not in v1) | | |
|
|
2305
|
+
| 2.221.0 | `false` | `true` |
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
### @aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint
|
|
2309
|
+
|
|
2310
|
+
*When enabled, allows using a dynamic apiEndpoint with JSONPath format in HttpInvoke tasks.*
|
|
2311
|
+
|
|
2312
|
+
Flag type: Backwards incompatible bugfix
|
|
2313
|
+
|
|
2314
|
+
When this feature flag is enabled, the JSONPath apiEndpoint value will be resolved dynamically at runtime, while slightly increasing the size of the state machine definition.
|
|
2315
|
+
When disabled, the JSONPath apiEndpoint property will only support a static string value.
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
| Since | Unset behaves like | Recommended value |
|
|
2319
|
+
| ----- | ----- | ----- |
|
|
2320
|
+
| (not in v1) | | |
|
|
2321
|
+
| 2.221.0 | `true` | `true` |
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
### @aws-cdk/aws-elasticloadbalancingv2:networkLoadBalancerWithSecurityGroupByDefault
|
|
2325
|
+
|
|
2326
|
+
*When enabled, Network Load Balancer will be created with a security group by default.*
|
|
2327
|
+
|
|
2328
|
+
Flag type: New default behavior
|
|
2329
|
+
|
|
2330
|
+
When this feature flag is enabled, Network Load Balancer will be created with a security group by default.
|
|
2331
|
+
|
|
2332
|
+
|
|
2333
|
+
| Since | Unset behaves like | Recommended value |
|
|
2334
|
+
| ----- | ----- | ----- |
|
|
2335
|
+
| (not in v1) | | |
|
|
2336
|
+
| V2NEXT | `false` | `true` |
|
|
2337
|
+
|
|
2338
|
+
**Compatibility with old behavior:** Disable the feature flag to create Network Load Balancer without a security group by default.
|
|
2339
|
+
|
|
2340
|
+
|
|
2280
2341
|
<!-- END details -->
|
|
@@ -763,6 +763,21 @@ _cdk.json_
|
|
|
763
763
|
}
|
|
764
764
|
```
|
|
765
765
|
|
|
766
|
+
* `@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint`
|
|
767
|
+
|
|
768
|
+
When this feature flag is enabled, the JSONPath apiEndpoint value will be resolved dynamically at runtime, while slightly increasing the size of the state machine definition.
|
|
769
|
+
When disabled, the JSONPath apiEndpoint property will only support a static string value.
|
|
770
|
+
|
|
771
|
+
_cdk.json
|
|
772
|
+
|
|
773
|
+
```json
|
|
774
|
+
{
|
|
775
|
+
"context": {
|
|
776
|
+
"@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint": true
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
```
|
|
780
|
+
|
|
766
781
|
* `@aws-cdk/aws-signer:signingProfileNamePassedToCfn`
|
|
767
782
|
|
|
768
783
|
When this feature flag is enabled, the `signingProfileName` property is passed to the L1 `CfnSigningProfile` construct,
|
|
@@ -783,4 +798,20 @@ _cdk.json_
|
|
|
783
798
|
"@aws-cdk/aws-signer:signingProfileNamePassedToCfn": true
|
|
784
799
|
}
|
|
785
800
|
}
|
|
786
|
-
```
|
|
801
|
+
```
|
|
802
|
+
|
|
803
|
+
* `@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId`
|
|
804
|
+
|
|
805
|
+
When enabled, ECS patterns will generate unique target group IDs that include the load balancer name and type (public/private). This prevents CloudFormation conflicts when switching between public and private load balancers.
|
|
806
|
+
|
|
807
|
+
Without this flag, switching an ApplicationLoadBalancedFargateService from public to private (or vice versa) fails with "target group cannot be associated with more than one load balancer" error.
|
|
808
|
+
|
|
809
|
+
_cdk.json_
|
|
810
|
+
|
|
811
|
+
```json
|
|
812
|
+
{
|
|
813
|
+
"context": {
|
|
814
|
+
"@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId": true
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: konokenj.cdk-api-mcp-server
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.51.0
|
|
4
4
|
Summary: An MCP server provides AWS CDK API Reference
|
|
5
5
|
Project-URL: Documentation, https://github.com/konokenj/cdk-api-mcp-server#readme
|
|
6
6
|
Project-URL: Issues, https://github.com/konokenj/cdk-api-mcp-server/issues
|
|
@@ -26,7 +26,7 @@ Description-Content-Type: text/markdown
|
|
|
26
26
|
[](https://pypi.org/project/konokenj.cdk-api-mcp-server)
|
|
27
27
|
|
|
28
28
|
<!-- DEP-VERSIONS-START -->
|
|
29
|
-
[](https://github.com/konokenj/cdk-api-mcp-server/blob/main/current-versions/aws-cdk.txt)
|
|
30
30
|
<!-- DEP-VERSIONS-END -->
|
|
31
31
|
|
|
32
32
|
---
|