Aaron Todd

Results 55 issues of Aaron Todd

### Describe the feature OpenTelemetry/X-Ray define several additional span attributes for one or more DDB operations: https://opentelemetry.io/docs/specs/otel/trace/semantic_conventions/instrumentation/aws-sdk/#dynamodb https://github.com/aws/aws-xray-sdk-java/blob/v2.14.0/aws-xray-recorder-sdk-aws-sdk-v2/src/main/resources/com/amazonaws/xray/interceptors/DefaultOperationParameterWhitelist.json ### Is your Feature Request related to a problem? It would be...

feature-request

### Describe the feature OpenTelemetry/X-Ray define several additional span attributes for one or more S3 operations: https://opentelemetry.io/docs/specs/otel/trace/semantic_conventions/instrumentation/aws-sdk/#s3 https://github.com/aws/aws-xray-sdk-java/blob/v2.14.0/aws-xray-recorder-sdk-aws-sdk-v2/src/main/resources/com/amazonaws/xray/interceptors/DefaultOperationParameterWhitelist.json ### Is your Feature Request related to a problem? It would be...

feature-request

### Describe the feature Provide an S3 Transfer Manager found in most other AWS SDKs (e.g. [Java V2](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/examples-s3-transfermanager.html)). ### Is your Feature Request related to a problem? It would be...

feature-request

### Describe the feature Add support for creating presigned URLs for CloudFront ### Is your Feature Request related to a problem? https://github.com/aws/aws-sdk-java-v2/issues/370 ### Proposed Solution _No response_ ### Describe alternative...

feature-request

Placeholder issue for tracking compatibility/differences to AWS IAM policies. Good to remember that we aren't shooting for 100% compatibility though (note the project is policy engine **inspired** by AWS IAM...

Design interface and types for supporting policy conditions. See examples and descriptions in AWS documentation: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html

enhancement

Define and implement an HTTP API as an optional feature of the crate. Possibly with an associated CLI for playing with it. The API would support basic policy lifecycle operations...

enhancement

Add more robust benchmarks and integration tests. I'm not convinced of the implementation I've settled on for how a `PolicyManager` stores policies and relates them to a principal (via explicit...

* Fill out the README * Look over the crate documentation for errors and omissions as well as opportunities for improvement. * At first glance it is missing any kind...

documentation

Add additional manager backends other than the in-memory one for easy out of the box integration. * Embedded Database * Something like [sled](https://github.com/spacejam/sled) perhaps * Cloud Native * DynamoDB *...

enhancement