Laurel May

Results 20 issues of Laurel May

*cfn-lint version: (`cfn-lint --version`)*: cfn-lint 0.26.0 *Description of issue.* It'd be helpful if cfn-lint had a check when parameter names or psuedo-parameters are used in conditions without a `!Ref` much...

enhancement

This is somewhat confusing language that doesn't seem to be present for the other top-level keys within the template. In YAML, it would even be odd to include such a...

Because private subnets rely on a NAT Gateway for internet connectivity, it is important that the NAT Gateway have the necessary dependencies for its own internet connectivity. Otherwise, `internetConnectivityEstablished` on...

p2

### Describe the bug When creating a VPC with the default configuration, in some situations, the NAT Gateway(s) may be torn down before the private subnets are. This can cause...

bug
p2
@aws-cdk/aws-ec2
effort/medium

### Describe the bug `yarn integ-runner --update-on-failed` does not result in the new stack being built in CloudFormation; instead only the old snapshot is built because the `UpdateStack` operation does...

bug
@aws-cdk/aws-cloudformation

This adds the ability to specify the VPC and Subnets to use for the Lambda function backing the `AwsCustomResource`. This is mostly identical to how these attributes are supported for...

p2

**Describe the bug** The CodeCommit get_file [documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/codecommit.html#CodeCommit.Client.get_file) states that the file contents are returned as base64-encoded. This is not actually the case. **Steps to reproduce** ```python import boto3 import base64...

bug
codecommit
p3

For a TypeScript function with a signature like: ```ts type Properties = { fieldA?: string; fieldB?: string; }; function fn(name: string, props: Properties) {} ``` When it is called like:...

### Name of the resource AWS::CloudFront::Function ### Resource name _No response_ ### Reference Link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-function.html#cfn-cloudfront-function-name ### Details Changing the `Name` attribute of a function _is_ a disruptive change that requires...

documentation

As a user of the all-in-one OSCAL Editor, I want to run the image from Docker Hub or the GitHub Container Registry on my Raspberry Pi (or other arm64/aarch64 machine)...

enhancement