''''
I am trying to integrate bitbucket with aws codebuild/pipeline and realized it's not so straight forward like aws code commit or git hub enterprise. Somehow, achieved the integration using API gateways, lambda and bitbucket web hook triggers(pay loads). However, Not able to understand how to do "sparse checkout of a folder under a mono repo in bit bucket server through aws codeBuild".
We have a working lambda which is at present checking out the entire repo from BB to S3 bucket via API gateway. need to understand the way to get sparse checkout of sub folder in a mono repo whenevr a developer commits which further triggers code build in aws", I feel the lambda has to be customized to do so, great if anyone share the lambda code(any scripting language used) or method followed to address the scenario
''''
question from:
https://stackoverflow.com/questions/66053180/sparse-checkout-subfolders-in-mono-repo-in-on-premise-bitbucket-server-using-aws 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…