Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 0 additions & 85 deletions CHANGELOG.md

This file was deleted.

8 changes: 8 additions & 0 deletions IMPORTANT_FOR_CLIENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
THIS BRANCH HAS CHANGES MADE TO IT IN:
1. infrastructure / modules / serverless directory, where we have changed the iam-role.tf file for adding three new lambda functions and their role and role policies
There are also changes made in the variables.tf file for adding the three lambda function file paths. There is also resource definitions for CloudWatch and EventBridge rules as well
2. infrastructure / variables.tf file, where we have added a variable for the lambda function cron job, namely 'roles_lambda_cron'.
3. src / iam-roles directory, where there are three new or extra python files in the directory, for the source code of the threee new Lambda fucntions.

NOTE: THE CODE FOR THE THREE NEW LAMBDA FUNCTIONS HAS ALSO BEEN ZIPPED INTO A FILE NAMED SOURCE_CODE_FOR_IAM_ROLES ALONG WITH THE DASHBOARD FILE IN THE
ROOT DIRECOTORY WHICH CAN BE PASTED IN THE EXISTING LAMBDA FUNCTIONS IN THE IAM ROLE WORKFLOW TO BE TESTED AND INCORPORATED.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
THIS BRANCH HAS CHANGES MADE TO IT IN:

infrastructure / modules / serverless directory, where we have changed the iam-role.tf file for adding three new lambda functions and their role and role policies There are also changes made in the variables.tf file for adding the three lambda function file paths. There is also resource definitions for CloudWatch and EventBridge rules as well

infrastructure / variables.tf file, where we have added a variable for the lambda function cron job, namely 'roles_lambda_cron'.

src / iam-roles directory, where there are three new or extra python files in the directory, for the source code of the threee new Lambda fucntions.

NOTE: THE CODE FOR THE THREE NEW LAMBDA FUNCTIONS HAS ALSO BEEN ZIPPED INTO A FILE NAMED SOURCE_CODE_FOR_IAM_ROLES ALONG WITH THE DASHBOARD FILE IN THE ROOT DIRECOTORY WHICH CAN BE PASTED IN THE EXISTING LAMBDA FUNCTIONS IN THE IAM ROLE WORKFLOW TO BE TESTED AND INCORPORATED.
<br>

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down
Binary file added SOURCE_CODE_FOR_IAM_ROLES.zip
Binary file not shown.
Binary file added UPDATED USER MANUAL (TEAM 14).pdf
Binary file not shown.
Binary file removed User Manual.pdf
Binary file not shown.
88 changes: 0 additions & 88 deletions UserGuide.md

This file was deleted.

Loading