Andrew J Roth

Results 14 issues of Andrew J Roth

The existing implementation of type serialization seems to deliberately not support Python float data type, resulting in errors. Often, data returned from other API's, including AWS API's, will be dropped...

needs-review

**Describe the bug** When the "Amazon Q (preview)" panel is open, it takes and keeps the cursor focus, preventing any typed input into any other area of the IDE. **To...

bug
codewhisperer
amazon-q

Suggestions from CodeWhisperer seem to ignore the configured indent spacing when adding or removing indent for code blocks. For example, when writing in bash, the code suggestion might include an...

bug
codewhisperer

##### SUMMARY This PR adds a new lookup module that will securely generate a random password using the AWS Secrets Manager service. The AWS API is detailed in [secretsmanager:GetRandomPassword](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetRandomPassword.html) and...

##### SUMMARY This PR adds a new lookup module that will securely generate a random password using the AWS Secrets Manager service. The AWS API is detailed in [secretsmanager:GetRandomPassword](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetRandomPassword.html) and...

backport-8

### Summary Add a lookup module that will securely generate a random password using the AWS Secrets Manager service. The AWS API is detailed in [secretsmanager:GetRandomPassword](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_GetRandomPassword.html) and requires permission to...

### Summary I am trying to create a route table used for VPC IGW Ingress Routing that directs inbound traffic to a VPC Endpoint (AWS Network Firewall) as described in...

waiting_on_contributor

It is possible for the attribute "ldap3_manager_main_connection" might exist in the context, but the value to be `None`. In particular, this can happen during unit tests while using mock functionality....

I unexpectedly found that the add operation is allowed when the connection is setup with the `read_only` flag set to `True`. I'm not sure if this was intentional or not,...

I made modifications to the CertificateBuilder.build to allow for a callable to be used as the private key. This will allow downstream usage of a key that leverages an external...