By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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
537 results
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 libpulse-d...
1
answers
0
votes
100
views
asked 3 months ago
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 cl...
2
answers
0
votes
86
views
asked 4 months ago
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...
1
answers
0
votes
75
views
asked 4 months ago
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 er...
1
answers
0
votes
516
views
asked 4 months ago
Hello, I'm working on a custom java connector to manage a Cognito userPool. I'm using java SDK documentation to do so (https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/cognit...
1
answers
0
votes
138
views
asked 4 months ago
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 67 ##activ...
2
answers
0
votes
167
views
asked 4 months ago
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 here](/medi...
0
answers
0
votes
210
views
asked 4 months ago
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...
0
answers
1
votes
201
views
asked 4 months ago
Hello, I found the `ThrottlingException` mentioned on the [Common Errors page of the AWS CodePipeline API documentation](https://docs.aws.amazon.com/codepipeline/latest/APIReference/CommonErrors.htm...
1
answers
0
votes
264
views
asked 4 months ago
Hi, I am a total beginner in AWS. I just created a sFTP service using Transfer Family. What i need is to generate a Typescript for what i have created so later on i can recreate the service using jus...
2
answers
0
votes
233
views
asked 5 months ago
Hello, I am testing a POC that uses service discovery (specifically the DiscoverInstances API call in boto3). When we send lots of concurrent requests out, we are seeing some slowdown. We want to see ...
1
answers
0
votes
154
views
AWS
asked 5 months ago
I am trying to follow the instructions in the python tutorial for AWS Cloud 9. When I did step 2 it said that python was already installed, but I went to do step 3 and the instructions are suddenly wr...
1
answers
0
votes
235
views
asked 5 months ago