Skip to content

Conversation

alexanderfanz
Copy link

@alexanderfanz alexanderfanz commented Jan 1, 2024

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.

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

```go
awscdk.IdentitySource_*Header(jsii.String("Authorization")),
		awscdk.IdentitySource_*QueryString(jsii.String("allow")),
```
@skinny85
Copy link

skinny85 commented Jan 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants