Stewart Wallace

Results 20 comments of Stewart Wallace

Hey @dsudduth The role already has the GetBranch permission in the CodeCommit statement. I suspect that what's happening here is that there is a race condition where the inline policy...

> @StewartW you're right, I see it in there. Interestingly enough, multiple runs fail until I apply a change to the policy. I'll try to test some additional scenarios when...

There's no other work required, ADF will take it from there. I'll take a look and see if I can improve the documentation around this. Thanks!

Hey @Nemesees Not yet, but it's under consideration for ADF v4. What sort of functionality are you looking for in it?

>Edit: Since there isn't a solution yet, is it possible to create an ad hoc solution? i.e can we somehow expose APIs from our ADF deployed? | The next release...

Makes sense. Shame that sam publish and sam deploy have different reactions to this :(

Hey @AndreasAugustin , How do you think this should work? Are you wanting to use CodeArtifact as a trigger or as an actual source?

Okay doke, I've been having a thought about this over the weekend. Looks like the integration should be fairly easy to set up but I'd like to try and keep...

Opened PR #392 that should address this issue.

Do you see this just as a property on the code commit source provider? ``` default_providers: source: provider: codecommit properties: output_artifact_format: CODEBUILD_CLONE_REF | CODE_ZIP ``` Would that work you?