Cory Hall

Results 49 issues of Cory Hall

### Name of the resource AWS::EFS::FileSystem ### Resource name _No response_ ### Description In January 2022 EFS released support for replication. https://aws.amazon.com/blogs/aws/new-replication-for-amazon-elastic-file-system-efs/ Currently there is no way to configure this...

Coverage

Currently when you create a RestApi cloudwatch logging is enabled by default. This will create an IAM role and a `AWS::ApiGateway::Account` resource, which is what is used to allow API...

bug
p1
effort/medium
contribution/core

I'm seeing an issue where the duration shown in X-Ray doesn't match the duration of the request. I am using a Lambda function that reads from DynamoDB. Below is a...

stale

### Name of the resource AWS::AppSync::GraphQLApi ### Resource Name _No response_ ### Issue Description If you create a GraphQL Api with `XrayEnabled: true` the deployment will fail with the error...

bug

### Name of the resource AWS::ECS::Service ### Resource Name _No response_ ### Issue Description If you create an ECS service _without_ `LoadBalancers` ```json { "Resources": { "Service": { "Type": "AWS::ECS::Service",...

bug

This PR does two things. 1. Adds a helper method `then()` that makes it easier to chain assertion api calls together. Yes, it is possible to grab the underlying `node`...

p2
contribution/core
pr-linter/exempt-integ-test

This PR adds the ability to automatically create references in cross-region stacks. You can now do something like ```ts const stack1 = new Stack(app, 'Stack1', { env: { region: 'us-east-1'...

p2
contribution/core

### What is the problem? When writing a rule, any error message needs to be applied to _every_ check. So for example the [s3_bucket_versioning_enabled](https://github.com/aws-cloudformation/aws-guard-rules-registry/blob/main/rules/aws/amazon_s3/s3_bucket_versioning_enabled.guard) rule is written like this: ```...

enhancement

### Name of the resource AWS::RDS::DBInstance ### Resource Name _No response_ ### Issue Description It is not possible to delete a `DBInstance` that is part of a `DBCluster` via the...

bug

The lambda-builders library has CLI with a JSON-RPC interface. “Given a folder containing function's source code, the selected build action, and path to an artifacts folder, this library will produce...

kind/enhancement
size/M