Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
implementing the lambda function
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 9, 2023
1 parent e244cf8 commit 4f4d709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ jobs:
echo ${{ env.THE_VERSION }}
source bin/config.sh ${{ env.THE_ENV }}
aws iam list-instance-profiles
aws iam list-roles | grep hydrocron
aws iam list-policies | grep hydrocron
aws iam list-roles
aws iam list-policies
aws iam list-policy-versions --policy-arn arn:aws:iam::206226843404:policy/service-hydrocron-api-sit-service-policy
aws iam list-instance-profiles-for-role --role-name service-hydrocron-api-sit-service-role
Expand Down

0 comments on commit 4f4d709

Please sign in to comment.