robotframework-aws icon indicating copy to clipboard operation
robotframework-aws copied to clipboard

Custom Library for Robot Framework to interact with Amazon Cloud Services in test suites

Results 24 robotframework-aws issues
Sort by recently updated
recently updated
newest added

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.5 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

"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...

The client.head_object() call needs to be inside the try block so we trap any errors and handle them appropriately. If the key exists it will just drop through and return...

`Create Session With Keys` keyword returns success even if you provide an incorrect region, e.g. us-east-999 or incorrect access key and/or secret key.

I would like to connect to an existing S3 bucket and list the keys (files). This will then drive further test cases on a key-by-key basis as we fetch files...

enhancement
good first issue

We need to cover existing keywords with unit tests. Adleast, every keyword should have a direct unit test. We also need solutions in how we will choose to write our...

enhancement
help wanted

I was using this library and ran into an issue when I needed to pass aws_session_token in addition to aws_access_key and aws_secret_key. Maybe it would be a good idea to...

LocalStack is a service that enables local interaction with AWS Services without associated costs and real accounts. This is available through docker and for the purpose of developing keywords without...

enhancement
help wanted
question

The documentation [here](https://teaglebuilt.github.io/robotframework-aws/) is for version 0.0.2. There are missing keywords, for example `Delete File` or `Create Session With Profile`.

documentation
good first issue

version.py reports the following: VERSION = '0.0.2' pypi reports: robotframework-aws 0.0.4 Last released: Oct 4, 2019 Documentation references 0.0.2 which also causes confusion reported here: https://github.com/teaglebuilt/robotframework-AWS/issues/11 I suggest everything is...

documentation
help wanted