aws-cdk-go icon indicating copy to clipboard operation
aws-cdk-go copied to clipboard

Update README.md

Open alexanderfanz opened this issue 1 year ago • 1 comments

Issue #, if available:

Description of changes:

Fixing a typo in the documentation. There was an asterisk ("*") in the middle of two names:

awscdk.IdentitySource_*Header(jsii.String("Authorization")),
awscdk.IdentitySource_*QueryString(jsii.String("allow")),

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

alexanderfanz avatar Jan 01 '24 07:01 alexanderfanz

Hi @alexanderfanz, thanks a lot for opening the PR. Unfortunately, this repository only contains code automatically generated from TypeScript by the JSII tool (you can see it with the commit history). If you want to fix the ReadMe issue, it needs to be fixed in the aws/aws-cdk repository.

skinny85 avatar Jan 01 '24 07:01 skinny85