Patrick D'Orival
Patrick D'Orival
By the looks of it, this repo has all but been abandoned. Especially comparing to the other SDKs that you have which have a lot more recent activity. This Gem...
I've made a PR #13 using plain js.
I was having a similar issue, however I also needed to update the CfnProject to include the missing `Auth` ``` (project.node.defaultChild as CfnProject).addPropertyOverride('Source.Auth', { Type: 'CODECONNECTIONS', Resource: 'arn:aws:codeconnections:::connection/', }) ```...
Yes, I saw that issue as well. Seems to be a few things missing from the L2 construct when you want to use Code Connections for your auth