Mark Sailes

Results 9 issues of Mark Sailes

The value of the header will be in the format "quarkus/%s-%s" where the first position will be a description of the Java version and the second being the version of...

area/amazon-lambda

### Describe the issue The CRT Http Client is still in developer preview after being released in 2 Apr 2020. https://github.com/aws/aws-sdk-java-v2/blob/master/http-clients/aws-crt-client/pom.xml#L31 What criteria will be used to determine when this...

feature-request
crt-client

### Describe the bug @zoewangg added GraalVM support to the v2 SDK in https://github.com/aws/aws-sdk-java-v2/pull/2268. However when I build a native-image project with the CRT Http Client I get a number...

feature-request
crt-client
graalvm
p2

Create a GitHub action to deploy the infrastructure defined in the CDK code to AWS after a successful build.

I have a Lambda function with the following signature. These APIGateway classes represent the HTTP API version of API Gateway. `public class ApiGatewayGetAllProductRequestHandler implements RequestHandler {` This causes an error...

Have you considered trying out the [AWS Runtime Interface Client](https://github.com/aws/aws-lambda-java-libs/tree/master/aws-lambda-java-runtime-interface-client)?

**Is your feature request related to a problem? Please describe.** Adding the AWS SDK for Java 2.0 to the library-and-framework-list.json is difficult because it is made up of 418 separate...

enhancement

*Issue #, if available:* https://github.com/awslabs/payload-offloading-java-common-lib-for-aws/issues/16 *Description of changes:* Adding the bucket name and object key to the error logging and exception. By submitting this pull request, I confirm that you...

When using Penna the initialization message doesn't include the pennaVersion. ```{"logger":"penna.api.audit.Logger","level":"INFO","message":"Penna initialized successfully","pennaVersion":"null"}``` Expected: To show the Penna version Actual: Currently showing null