From 07e252dc482c4fb2cd6018a0240326ad13cdb574 Mon Sep 17 00:00:00 2001 From: Kedharkb Date: Fri, 15 Mar 2024 19:09:08 +0100 Subject: [PATCH] pipeline update --- .github/workflows/create-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-pipeline.yml b/.github/workflows/create-pipeline.yml index 4fa5917..b5f05c4 100644 --- a/.github/workflows/create-pipeline.yml +++ b/.github/workflows/create-pipeline.yml @@ -37,7 +37,10 @@ jobs: - name: Check Assumed Role run: aws sts get-caller-identity - + + - name: Check policies + run: aws iam list-attached-role-policies --role-name lambda_role + - name: Install CDK dependencies run: npm install -g aws-cdk