All Content tagged with Developer Tools
Develop applications on AWS faster and easier with Developer Tools
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hi,
Can someone please confirm if the CustomerReviews resource has been deprecated or if I am querying it in the wrong way? I am currently unable to get Customer Reviews returned.
**JSON...
Missing artifact com.netfective.bluage:com.netfective.bluage.reverse.gapwalk.refactoring.java:jar:3.2.0 pom.xml
I need Template GUI Interface (as web interface) for Amazon Alexa.
Hello,
Regarding the [Powertools logging](https://awslabs.github.io/aws-lambda-powertools-java/core/logging/#capturing-context-lambda-info) feature that logs events of Lambda handlers in AOP style,...
Hello,
I'm trying to build the aws sdk in my docker image following these commands:
```
FROM ubuntu:22.04
RUN apt update && \
apt install -y ca-certificates build-essential uuid-dev...
I am creating HTTP requests with the AWS CRT HTTP Client, but I cannot find a way to set the request body. I am using Java 11 with the SDK version 2.27.9. No matter how I configure this synchronous...
I am using the AWS CRT HTTP Client in the AWS SDK for Java 2.x, and I do not see requests directed to my local proxy. I am creating the request via the following (Java 11) code:
```java
private static...
I'm trying to add my github repo as the source for the codebuild. Although it says the connection is successful, there is an error while selecting the "Repository in my Github account".
![Codebuild...
Hello, I'm working on a custom java connector to manage a Cognito userPool.
I'm using java SDK documentation to do so...
How do I set the configuration in the /etc/ssl/openssl.conf file as the default.
I need to remove the comment from the lines:
line 61
##legacy = legacy_sect
line 66
##[legacy_sect]
line...
as title suggests, the error i'm getting doesn't leave me with many options.
![Enter image description here](/media/postImages/original/IMpJ-r1WjbTKiBWa1hAxSDuQ)
![Enter image description...
As a third-party tool developer, I'm interested in getting the OpenAPI specification for the AWS APIs. Some SDK repositories appear to include OpenAPI specifications, but the specifications themselves...