konokenj.cdk-api-mcp-server 0.61.0__py3-none-any.whl → 0.63.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 +35 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/aws-glue-alpha/README.md +3 -3
- cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/aws-imagebuilder-alpha/README.md +216 -11
- cdk_api_mcp_server/resources/aws-cdk/constructs/@aws-cdk/mixins-preview/README.md +11 -11
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-appconfig/integ.configuration.ts +2 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-autoscaling/integ.asg-instance-termination-policy.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudformation/integ.core-custom-resources-node-18.ts +0 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudformation/integ.core-custom-resources.ts +0 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudformation/integ.nested-stack.ts +0 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudformation/integ.nested-stacks-assets.ts +0 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-cloudformation/integ.nested-stacks-multi.ts +0 -2
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codebuild/integ.project-fleet-attribute-based-compute.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codebuild/integ.project-fleet-custom-instance-type.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codepipeline-actions/integ.pipeline-code-commit-build.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codepipeline-actions/integ.pipeline-code-commit-custom-event.ts +10 -10
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-codepipeline-actions/integ.pipeline-ecs-deploy.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-dynamodb/README.md +8 -8
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-dynamodb/TABLE_V1_API.md +6 -6
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-dynamodb/integ.dynamodb-v2.policy.ts +9 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-dynamodb/integ.dynamodb.ts +1 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ec2/README.md +34 -7
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ec2/integ.instance-metadata-options.ts +51 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ec2/integ.vpc-dual-stack-ec2.ts +0 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-ecs/integ.fargate-with-efs.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-efs/integ.efs-filesystem-policy.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-efs/integ.efs.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-elasticloadbalancing/integ.instanceTarget.elb.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-globalaccelerator/integ.globalaccelerator-endpoints.ts +6 -6
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-globalaccelerator/integ.globalaccelerator-unique-name.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/README.md +210 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.capacity-provider-all-fields.ts +61 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.capacity-provider-defaults.ts +34 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.durable-config.ts +19 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.function-capacity-provider-all-fields.ts +57 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.function-capacity-provider-minimal.ts +42 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.lambda.filesystem.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.version-scaling-config-all-fields.ts +48 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-opensearchservice/integ.opensearch.min.ts +1 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-route53/README.md +30 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-route53/integ.failover-record.ts +48 -0
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-route53-targets/integ.appsync-target.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-stepfunctions-tasks/integ.call-aws-service-cross-region.ts +7 -7
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-stepfunctions-tasks/integ.emr-create-cluster-with-v2-policy.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.newpipeline-with-codebuild-logging.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.newpipeline-with-codestar-connection.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.newpipeline-with-cross-region-replication-buckets.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.newpipeline-with-vpc.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.newpipeline.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.pipeline-with-artifact-bucket.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.pipeline-with-variables.ts +1 -1
- cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/pipelines/integ.pipeline-without-prepare.ts +1 -1
- {konokenj_cdk_api_mcp_server-0.61.0.dist-info → konokenj_cdk_api_mcp_server-0.63.0.dist-info}/METADATA +2 -2
- {konokenj_cdk_api_mcp_server-0.61.0.dist-info → konokenj_cdk_api_mcp_server-0.63.0.dist-info}/RECORD +57 -49
- {konokenj_cdk_api_mcp_server-0.61.0.dist-info → konokenj_cdk_api_mcp_server-0.63.0.dist-info}/WHEEL +1 -1
- {konokenj_cdk_api_mcp_server-0.61.0.dist-info → konokenj_cdk_api_mcp_server-0.63.0.dist-info}/entry_points.txt +0 -0
- {konokenj_cdk_api_mcp_server-0.61.0.dist-info → konokenj_cdk_api_mcp_server-0.63.0.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as ec2 from 'aws-cdk-lib/aws-ec2';
|
|
2
|
+
import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
3
|
+
import * as cdk from 'aws-cdk-lib/core';
|
|
4
|
+
import * as integ from '@aws-cdk/integ-tests-alpha';
|
|
5
|
+
|
|
6
|
+
const app = new cdk.App();
|
|
7
|
+
const stack = new cdk.Stack(app, 'FunctionCapacityProviderMinimalStack');
|
|
8
|
+
|
|
9
|
+
const vpc = new ec2.Vpc(stack, 'Vpc', { maxAzs: 2 });
|
|
10
|
+
const securityGroup = new ec2.SecurityGroup(stack, 'SecurityGroup', { vpc });
|
|
11
|
+
|
|
12
|
+
const capacityProvider = new lambda.CapacityProvider(stack, 'CapacityProvider', {
|
|
13
|
+
subnets: vpc.privateSubnets,
|
|
14
|
+
securityGroups: [securityGroup],
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const fn = new lambda.Function(stack, 'Function', {
|
|
18
|
+
runtime: lambda.Runtime.NODEJS_LATEST,
|
|
19
|
+
handler: 'index.handler',
|
|
20
|
+
code: lambda.Code.fromInline('exports.handler = async () => ({ statusCode: 200 });'),
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
capacityProvider.addFunction(fn);
|
|
24
|
+
|
|
25
|
+
const testCase = new integ.IntegTest(app, 'FunctionCapacityProviderMinimalTest', {
|
|
26
|
+
testCases: [stack],
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
const getFunction = testCase.assertions.awsApiCall('Lambda', 'GetFunction', {
|
|
30
|
+
FunctionName: fn.functionName,
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
getFunction.expect(integ.ExpectedResult.objectLike({
|
|
34
|
+
Configuration: {
|
|
35
|
+
State: 'Active',
|
|
36
|
+
CapacityProviderConfig: {
|
|
37
|
+
LambdaManagedInstancesCapacityProviderConfig: {
|
|
38
|
+
CapacityProviderArn: capacityProvider.capacityProviderArn,
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
}));
|
cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-lambda/integ.lambda.filesystem.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as ec2 from 'aws-cdk-lib/aws-ec2';
|
|
|
3
3
|
import * as efs from 'aws-cdk-lib/aws-efs';
|
|
4
4
|
import * as cdk from 'aws-cdk-lib';
|
|
5
5
|
import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
import * as integ from '@aws-cdk/integ-tests-alpha';
|
|
8
8
|
|
|
9
9
|
class EfsStack extends cdk.Stack {
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as ec2 from 'aws-cdk-lib/aws-ec2';
|
|
2
|
+
import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
3
|
+
import * as cdk from 'aws-cdk-lib/core';
|
|
4
|
+
import * as integ from '@aws-cdk/integ-tests-alpha';
|
|
5
|
+
|
|
6
|
+
const app = new cdk.App();
|
|
7
|
+
const stack = new cdk.Stack(app, 'VersionScalingConfigAllFieldsStack');
|
|
8
|
+
|
|
9
|
+
const vpc = new ec2.Vpc(stack, 'Vpc', { maxAzs: 2 });
|
|
10
|
+
const securityGroup = new ec2.SecurityGroup(stack, 'SecurityGroup', { vpc });
|
|
11
|
+
|
|
12
|
+
const capacityProvider = new lambda.CapacityProvider(stack, 'CapacityProvider', {
|
|
13
|
+
subnets: vpc.privateSubnets,
|
|
14
|
+
securityGroups: [securityGroup],
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const fn = new lambda.Function(stack, 'Function', {
|
|
18
|
+
runtime: lambda.Runtime.NODEJS_LATEST,
|
|
19
|
+
handler: 'index.handler',
|
|
20
|
+
code: lambda.Code.fromInline('exports.handler = async () => ({ statusCode: 200 });'),
|
|
21
|
+
currentVersionOptions: {
|
|
22
|
+
minExecutionEnvironments: 1,
|
|
23
|
+
maxExecutionEnvironments: 5,
|
|
24
|
+
},
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
capacityProvider.addFunction(fn);
|
|
28
|
+
|
|
29
|
+
const version = fn.currentVersion;
|
|
30
|
+
|
|
31
|
+
const testCase = new integ.IntegTest(app, 'VersionScalingConfigAllFieldsTest', {
|
|
32
|
+
testCases: [stack],
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
const listVersionsByFunction = testCase.assertions.awsApiCall('Lambda', 'listVersionsByFunction', {
|
|
36
|
+
FunctionName: version.functionArn,
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
listVersionsByFunction.expect(integ.ExpectedResult.objectLike({
|
|
40
|
+
Versions: [
|
|
41
|
+
{
|
|
42
|
+
FunctionScalingConfig: {
|
|
43
|
+
MinExecutionEnvironments: 1,
|
|
44
|
+
MaxExecutionEnvironments: 5,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
}));
|
|
@@ -12,6 +12,7 @@ class TestStack extends Stack {
|
|
|
12
12
|
opensearch.EngineVersion.OPENSEARCH_2_15,
|
|
13
13
|
opensearch.EngineVersion.OPENSEARCH_2_17,
|
|
14
14
|
opensearch.EngineVersion.OPENSEARCH_3_1,
|
|
15
|
+
opensearch.EngineVersion.OPENSEARCH_3_3,
|
|
15
16
|
];
|
|
16
17
|
|
|
17
18
|
// deploy opensearch domain with minimal configuration
|
|
@@ -216,6 +216,36 @@ new route53.ARecord(this, 'ARecordLatency1', {
|
|
|
216
216
|
});
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
+
To enable [failover routing](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-failover.html), use the `failover` parameter:
|
|
220
|
+
|
|
221
|
+
```ts
|
|
222
|
+
declare const myZone: route53.HostedZone;
|
|
223
|
+
|
|
224
|
+
const healthCheck = new route53.HealthCheck(this, 'HealthCheck', {
|
|
225
|
+
type: route53.HealthCheckType.HTTP,
|
|
226
|
+
fqdn: 'example.com',
|
|
227
|
+
port: 80,
|
|
228
|
+
resourcePath: '/health',
|
|
229
|
+
failureThreshold: 3,
|
|
230
|
+
requestInterval: Duration.seconds(30),
|
|
231
|
+
});
|
|
232
|
+
|
|
233
|
+
new route53.ARecord(this, 'ARecordFailoverPrimary', {
|
|
234
|
+
zone: myZone,
|
|
235
|
+
target: route53.RecordTarget.fromIpAddresses('1.2.3.4'),
|
|
236
|
+
failover: route53.Failover.PRIMARY,
|
|
237
|
+
healthCheck,
|
|
238
|
+
setIdentifier: 'failover-primary',
|
|
239
|
+
});
|
|
240
|
+
|
|
241
|
+
new route53.ARecord(this, 'ARecordFailoverSecondary', {
|
|
242
|
+
zone: myZone,
|
|
243
|
+
target: route53.RecordTarget.fromIpAddresses('5.6.7.8'),
|
|
244
|
+
failover: route53.Failover.SECONDARY,
|
|
245
|
+
setIdentifier: 'failover-secondary',
|
|
246
|
+
});
|
|
247
|
+
```
|
|
248
|
+
|
|
219
249
|
To enable [multivalue answer routing](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-multivalue.html), use the `multivalueAnswer` parameter:
|
|
220
250
|
|
|
221
251
|
```ts
|
cdk_api_mcp_server/resources/aws-cdk/constructs/aws-cdk-lib/aws-route53/integ.failover-record.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { App, Duration, Stack, StackProps } from 'aws-cdk-lib';
|
|
2
|
+
import { Construct } from 'constructs';
|
|
3
|
+
import * as route53 from 'aws-cdk-lib/aws-route53';
|
|
4
|
+
|
|
5
|
+
class TestStack extends Stack {
|
|
6
|
+
constructor(scope: Construct, id: string, props?: StackProps) {
|
|
7
|
+
super(scope, id, props);
|
|
8
|
+
|
|
9
|
+
const hostedZone = new route53.PublicHostedZone(this, 'HostedZone', {
|
|
10
|
+
zoneName: 'cdk.dev',
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
const healthCheck = new route53.HealthCheck(this, 'HealthCheck', {
|
|
14
|
+
type: route53.HealthCheckType.HTTP,
|
|
15
|
+
fqdn: 'example.com',
|
|
16
|
+
port: 80,
|
|
17
|
+
resourcePath: '/health',
|
|
18
|
+
failureThreshold: 3,
|
|
19
|
+
requestInterval: Duration.seconds(30),
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
// Primary failover record with health check
|
|
23
|
+
new route53.ARecord(this, 'ARecordFailoverPrimary', {
|
|
24
|
+
zone: hostedZone,
|
|
25
|
+
recordName: 'failover',
|
|
26
|
+
target: route53.RecordTarget.fromIpAddresses('1.2.3.4'),
|
|
27
|
+
failover: route53.Failover.PRIMARY,
|
|
28
|
+
healthCheck,
|
|
29
|
+
setIdentifier: 'failover-primary',
|
|
30
|
+
ttl: Duration.seconds(60),
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
// Secondary failover record
|
|
34
|
+
new route53.ARecord(this, 'ARecordFailoverSecondary', {
|
|
35
|
+
zone: hostedZone,
|
|
36
|
+
recordName: 'failover',
|
|
37
|
+
target: route53.RecordTarget.fromIpAddresses('5.6.7.8'),
|
|
38
|
+
failover: route53.Failover.SECONDARY,
|
|
39
|
+
setIdentifier: 'failover-secondary',
|
|
40
|
+
ttl: Duration.seconds(60),
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
const app = new App();
|
|
46
|
+
new TestStack(app, 'failover-record');
|
|
47
|
+
|
|
48
|
+
app.synth();
|
|
@@ -13,13 +13,13 @@ class TestStack extends cdk.Stack {
|
|
|
13
13
|
const targetRegion = 'eu-west-1';
|
|
14
14
|
const tableName = `TestTable${cdk.Stack.of(this).stackName}`;
|
|
15
15
|
const tableArn =
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
cdk.Stack.of(this).formatArn({
|
|
17
|
+
service: 'dynamodb',
|
|
18
|
+
resource: 'table',
|
|
19
|
+
resourceName: tableName,
|
|
20
|
+
arnFormat: cdk.ArnFormat.SLASH_RESOURCE_NAME,
|
|
21
|
+
region: targetRegion,
|
|
22
|
+
});
|
|
23
23
|
|
|
24
24
|
const createTable = new tasks.CallAwsServiceCrossRegion(this, 'CreateTable', {
|
|
25
25
|
service: 'dynamodb',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as sfn from 'aws-cdk-lib/aws-stepfunctions';
|
|
2
2
|
import { App, Stack, Tags } from 'aws-cdk-lib';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { ENABLE_EMR_SERVICE_POLICY_V2 } from 'aws-cdk-lib/cx-api';
|
|
5
5
|
import { IntegTest } from '@aws-cdk/integ-tests-alpha';
|
|
6
6
|
import { EmrCreateCluster } from 'aws-cdk-lib/aws-stepfunctions-tasks';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
/// !cdk-integ PipelineStack pragma:set-context:@aws-cdk/core:newStyleStackSynthesis=true
|
|
3
3
|
import * as sqs from 'aws-cdk-lib/aws-sqs';
|
|
4
4
|
import { App, Stack, StackProps, Stage, StageProps } from 'aws-cdk-lib';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
/// !cdk-integ PipelineStack pragma:set-context:@aws-cdk/core:newStyleStackSynthesis=true
|
|
3
3
|
import * as sqs from 'aws-cdk-lib/aws-sqs';
|
|
4
4
|
import { App, Stack, StackProps, Stage, StageProps } from 'aws-cdk-lib';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
/// !cdk-integ PipelineStack pragma:set-context:@aws-cdk/core:newStyleStackSynthesis=true
|
|
3
3
|
import * as sqs from 'aws-cdk-lib/aws-sqs';
|
|
4
4
|
import { App, Stack, StackProps, Stage, StageProps } from 'aws-cdk-lib';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
/// !cdk-integ VarablePipelineStack pragma:set-context:@aws-cdk/core:newStyleStackSynthesis=true
|
|
3
3
|
import * as s3 from 'aws-cdk-lib/aws-s3';
|
|
4
4
|
import { App, Stack, StackProps, RemovalPolicy, Stage, StageProps, DefaultStackSynthesizer } from 'aws-cdk-lib';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: konokenj.cdk-api-mcp-server
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.63.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
|
---
|