-
### Describe the bug
Hi Team ,
We are using quarkus platform version 3.2.0, and facing an issue with AWS DynamoDB local (version 2.0.0 , Ref - https://mvnrepository.com/artifact/com.amazonaws/Dy…
-
### Describe the bug
I just cloned the repo and tried to build, but it failed.
1. npm i -g yarn
2. yarn install
3. npx lerna run build --scope=aws-cdk-lib
Error I got
```
10: 0x15d9e59 […
-
```python
from aioboto3 import Session
session = Session()
async with session.client(service_name='s3') as s3:
print(s3)
```
1. Install `aioboto3`, `types-aioboto3[essential]`, `types-…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
### Describe the bug
I'm running the command below:
Install-AWSToolsModule -Name AWS.Tools.S3 -Scope CurrentUser -Force
I'm expecting this to install the AWS.Tools.S3 module. However, it's instal…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
Hello,
We depend on amazonica library and it brings in a ~ 250MB of java libraries.
We only use S3 service and I think this is excessive.
I imagine we could add exceptions but those are ~180 jar…
-
### Description:
When running `sam local invoke` from AWS Toolkit run configuration, dependencies are not being resolved.
### Steps to reproduce:
SAM CLI, version 1.55.0
gradle 7.5
…
-
Confirm by changing [ ] to [x] below:
- [X] I've gone though the [User Guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) and the [API reference](https://docs.aws.amazon.c…
-
Hello,
I'm encountering a problem and I wonder if there is a way of fixing it.
I have that kind of code:
```Python
import boto3
from botocore.client import BaseClient
def create_boto_cli…