MarketSquare / MarketSquare/robotframework-aws

Add keywords for IAM service

Open
#29 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.