-
### Problem:
I actually came here from [aws-lc-rust](https://github.com/aws/aws-lc-rs). I tried to use the following minimal example with `x86_64-win7-windows-msvc` but as soon as the library tries…
-
From Issue #83:
It would be good that fields that are supposed to carry timestamps can be passed a DateTime object, and let Paws serialize to the appropiate format that the APIs expect.
Note that no…
-
I'm trying to read a parameter from SSM using the following code. I'm using federated login, so I don't have `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` in `%ENV`, only `AWS_DEFAULT_PROFILE`.
`…
-
Hi Folks
This bug has sprung up again. Had to go back to using PutBucketLifecycle instead as error not present then.
-
https://metacpan.org/pod/Paws::SQS::TagQueue says:
```
my $sqs = Paws->service('SQS');
$sqs->TagQueue(
QueueUrl => 'MyString',
Tags => { 'MyTagKey' => 'MyTagValue', },
);
```
But t…
-
Was playing with this today and I think the signature is broken or perhaps out of date
The XML API states.
https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html
<Tagging&…
-
Not sure if this is a bug, or I am not providing the correct types to `CreateInvalidation`:
```
my $cfront = Paws->service('CloudFront', region => 'us-east-1');
my $uid = join '-', gettimeofday();…
-
i tried to send this messsage to @pplu on his cpan adress
hello people,
here at renater, we are debating the opportunity to use
ceph to store files in our applications and a colleage
of mine…
-
I'm trying to install Paws::EC2 with.. cpan Paws::EC2 (testing it on an old dev install, so it's 5.10.1
It chugs through a lot of stuff, but gets as far as
Paws-0.38/lib/Paws/SimpleWorkflow/Req…
-
1. When installing via git environment following the docs - hit this error:**
# Clone PUPpy GitHub directory
`git clone https://github.com/Tropini-lab/PUPpy.git`
# Change directory
`cd PUPpy`…