Matthew Miller
Matthew Miller
We currently have [three open software development engineer positions on the AWS SDK for Java team](https://www.amazon.jobs/en/jobs/2021120/software-development-engineer-aws-sdk-for-java)! The position says virtual, but we're open to working virtually within the United States...
There are numerous overlaps between the features that Spring exposes and AWS provides. For example, we could integrate any number of the various AWS databases with spring-data. [spring-cloud-aws](https://github.com/awspring/spring-cloud-aws) currently provides...
Review the inherited state of the V1 transfer manager and determine which changes are necessary for V2. (Feel free to comment on this issue with desired changes).
Client-side encryption and signing is supported by the S3 and dynamo DB clients in 1.11.x, but not in 2.0.x. This feature is used by a large number of customers and...
This fixes an issue where event stream exception messages included a status code of zero.
In 1.11.x, customers can execute certain EC2 requests as a "dry-run" request. This adds a special header to tell EC2 to not actually execute the request. Support for this feature...
We should support reading/writing base types using the DynamoDB Enhanced Client. Potential syntax/example (not yet implemented): ```java @DynamoDbBean @DynamoDbSubtypes({Employee.class, Customer.class}) public abstract class Person { @DynamoDBHashKey private long id; private...
We currently have [three open software development engineer positions on the AWS SDK for Java team](https://www.amazon.jobs/en/jobs/2021120/software-development-engineer-aws-sdk-for-java)! The position says virtual, but we're open to working virtually within the United States...
The IAM policy builder includes some hacks and changes, like removing dashes from account IDs, that could be considered unintuitive. Review the inherited state of the V1 IAM policy builder...
Review the inherited state of V1 Dynamo DB document API and determine which changes are necessary for V2. (Feel free to comment on this issue with desired changes).