Tom Keller
Tom Keller
Hi everyone. As part of our plan to move AWS SDK for JavaScript v2 into maintenance mode, we aren't going to be merging in any major changes to the SDK....
Folks, this project follows the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct.html). As a reminder, we will remove comments that don't adhere to the Code of Conduct. Please keep your comments...
Currently `aws-region` is not masked at all. In https://github.com/aws-actions/configure-aws-credentials/blob/351d894493fd3289754a5471c0892ba92fa0abe2/src/helpers.ts#L133 we check if `maskAccountId` is set and call `core.setSecret` if it is, but in https://github.com/aws-actions/configure-aws-credentials/blob/351d894493fd3289754a5471c0892ba92fa0abe2/src/helpers.ts#L107 we don't have that check at...
This is a known issue for Node runtimes on Amazon Linux 2. The problem is that your node runtime has been compiled against a newer version of glibc than is...
Thank you, but we've since revamped the README.
Hi there. You're right, such URIs are defined by standards - and in our [documentation](https://aws.amazon.com/blogs/developer/best-practices-for-local-file-parameters/). I tried this out and it worked for me: ```bash aws ec2 run-instances --image-id ami-017fecd1353bcc96e...
NB: The slashes can be done either way, so you can use `file://d:/userdata.txt` if you choose. OK, paging through RFC8089 I think it is correct that we're not strictly following...
I've been trying to get this to break with the latest version and can't. Roles containing "GitHub" are working. Here's a (modified) trust policy I used: ``` { "Version": "2012-10-17",...
Please see my comment here: https://github.com/boto/boto3/pull/4418#issuecomment-2628415603