Kazuho Cryer-Shinozuka

Results 30 issues of Kazuho Cryer-Shinozuka

### Issue Closes #23031. ### Reason for this change The `grantXx` methods are implemented in the `GraphqlApi` class, but it could not be used with an imported graphql api. ###...

p2
feature-request
effort/small
star-contributor

With cdk-watchful, you can easily create cloudwatch alarms to monitor lambda through the watchLambdaFunction class. However, it is not possible to fine-tune alarm conditions because the evaluationPeriods for triggering alarms...

### Issue # (if applicable) Closes #30165. ### Reason for this change Document DB can use I/O optimized storage type but CDK cannot configure that. ### Description of changes Add...

p2
feature-request
pr/needs-community-review
star-contributor

### Issue # (if applicable) Closes #30164 ### Reason for this change Cloudformation supports to specify `instanceInitiatedShutdownBehavior` but CDK cannot. ### Description of changes Add `instanceInitiatedShutdownBehavior` to `InstanceProps`. ### Description...

p2
feature-request
pr/needs-community-review
star-contributor

### Describe the feature Specify storage type for DocDB cluster from L2 construct. ### Use Case DocDB cluster supports for specifying [storage type](https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-storage-configs.html) but CDK cannot configure it. ### Proposed...

feature-request
needs-triage
@aws-cdk/aws-docdb

### Describe the feature Add `instanceInitiatedShutdownBehavior` prop for EC2 Instance L2 construct. ### Use Case Cloudforamtion supports to specify `instanceInitiatedShutdownBehavior` for EC2 instance but CDK cannot. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html#cfn-ec2-instance-instanceinitiatedshutdownbehavior ### Proposed Solution...

feature-request
@aws-cdk/aws-ec2
needs-triage

In this PR, I have implemented support for IP-based routing. We can configure it from the `cidrRoutingConfig` as shown in the following example: ```ts declare const myZone: route53.HostedZone; const record1...

p2
feature-request
effort/medium
admired-contributor

### Issue # (if applicable) Closes #. ### Reason for this change AWS CDK cannot configure Redshift multi-AZ cluster. ### Description of changes Add `multiAz` to `clusterProps`. ### Description of...

p2
star-contributor
pr/needs-maintainer-review

### Issue # (if applicable) Closes #29039. ### Reason for this change Both `ApplicationLoadBalancedFargateService` and `ApplicationLoadBalancedEc2Service` don't support specifying dualstack ALB. ### Description of changes Added `ipAddressType` to `ApplicationLoadBalancedServiceBaseProps`. ###...

p2
feature-request
effort/medium
star-contributor