Hi all, Is it possible to create a CodePipeline th...
# aws
c
Hi all, Is it possible to create a CodePipeline that will be triggered by a
git tag
from Bitbucket? I heard that AWS support it using CodePipeline V2, but they don’t give us an example to implement it. I just thought maybe some of you have tried it before.
aws.codepipeline.Webhook
only support github, IP, and unauthenticated. So, I’m curious how to implement it using pulumi.
p
I had a similar issue to be honest even using the UI I am unable to achieve this. Even for AWS CodeFormation I can't find any example.
BTW for the UI my needs are a bit different I want to used parameterized build by having some variables and read those variables in AWS Codebuild. They claim in V2 they have it but haven't seen it yet