Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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...
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...
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 er...
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...
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...
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...
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...
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...
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...
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 ...
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...