Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
427 views
in Technique[技术] by (71.8m points)

aws lambda - sparse checkout subfolders in mono repo in on-premise bitbucket server using AWS CodeBuild/pipeline

'''' 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...