MarketSquare / MarketSquare/robotframework-aws
Add keywords for IAM service
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 25
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
"Amazon Web Services (AWS) offers a service known as Identity and Access Management (IAM) that lets AWS Administrators provision and manage users and permissions in AWS cloud. AWS IAM can prove very useful for System Administrators looking to centrally manage users, permissions and credentials; in order to authorize user access on AWS services like EC2, S3, CloudWatch etc."
This article has some great examples: https://blog.ipswitch.com/how-to-manage-aws-iam-users-with-python
Example keywords:
List Users
Get User
Create User
Attach User Policy
Detach User Policy
List User Permissions
Delete User
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No specific file, test, or entry point is named. Start by locating the repository’s existing AWS service keyword implementations and compare their structure with the IAM operations listed in the issue and linked Python example. Done means the listed user and permission operations are exposed consistently with the library.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- authorization, cloud, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100