I have mono repo for the code and separate pipelines for the frontend and backend. How to trigger only the specific pipelines when the code is committed to respective folder in the commit.

0

I have created a mono repo with the seperate folders for the frontend and the backend code. I have separate pipelines for the frontend and backend. How to trigger only the specific aws pipelines when the code is committed to the respective folder in the aws code commit repository.

profile picture
已提问 1 年前643 查看次数
1 回答
1
已接受的回答

Hi, you have the solution fully detailled at https://github.com/aws-samples/monorepo-multi-pipeline-trigger

profile pictureAWS
专家
已回答 1 年前
profile picture
专家
已审核 12 天前
  • Hello Didier,

    Thanks for the answer!

    I have already tried the above solution. I have the cloud watch event that triggers the lambda which in turn is calling the respective pipeline. But the issue that I am facing is due to the event for the "Records" are not published to the lambda as the cloudwatch is not logging this event from the source code commit repository.

    See the below error - [ERROR] KeyError: 'Records' Traceback (most recent call last): File "/var/task/lambda_function.py", line 8, in lambda_handler for record in event['Records']:

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则