aws-cdk-go
aws-cdk-go copied to clipboard
Update README.md
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.
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.