Closed vikhyat187 closed 1 week ago
@vikhyat187 there are no test written along with it. Is there any reason for that?
@vikhyat187 there are no test written along with it. Is there any reason for that?
Since this needs integration test to test this functionality need to figure out, if we can connect to AWS via github actions. Can we write unit tests for this? (Haven't written much tests so far). @joyguptaa
TODO ENV variables checklist
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"identitystore:ListUsers",
"identitystore:CreateGroupMembership",
"identitystore:CreateUser"
],
"Resource": "*"
}
]
}
cc : @prakashchoudhary07
Also, please pass me the flow diagram to know the working of the feature
Date: 8th Oct 24
Developer Name: Vikhyat
Issue Ticket Number
https://github.com/Real-Dev-Squad/todo-action-items/issues/253
Description
Have added the AWS config setup and functions to create user / add user to the IAM group
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
Test Coverage
Additional Notes
ENV values setup instructions https://github.com/Real-Dev-Squad/website-backend/pull/2208#issuecomment-2466672832