aws-cdk-github-oidc icon indicating copy to clipboard operation
aws-cdk-github-oidc copied to clipboard

Use jsii-struct-builder to produce iam-role-props.ts

Open blimmer opened this issue 1 year ago • 0 comments

You can use https://github.com/mrgrain/jsii-struct-builder to produce your Partial based on RoleProps: https://github.com/aripalo/aws-cdk-github-oidc/blob/main/src/iam-role-props.ts

You can see an example here: https://github.com/blimmer/cdk-static-wordpress/blob/372b42e9c9c3eb1bfde8c61afbded0188ca08d6c/.projenrc.ts#L66-L92

blimmer avatar Oct 05 '23 19:10 blimmer