iopipe-java
iopipe-java copied to clipboard
AWS Lambda telemetry for Java
Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.505 to 1.12.261. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.261 2022-07-14 AWS Config Features Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK...
Implement auto-tracing and measuring of HTTP requests. For Reference: * https://github.com/iopipe/iopipe-python/issues/210 * https://github.com/iopipe/iopipe-python/pull/211
The method `S3EventNotification.S3ObjectEntity.getSize()` has been deprecated, it is used by the event-info decoder, an alternative must be found and used instead. ``` [WARNING] /home/stephanie/iopipe/iopipe-java/src/main/java/com/iopipe/plugin/eventinfo/S3Decoder.java:[81,47] getSize() in com.amazonaws.services.s3.event.S3EventNotification.S3ObjectEntity has been deprecated...
The raw JSON data is passed in the entry point implements `RequestStreamHandler`. Since this gives access to the raw JSON data, we can handle JSON deserialization ourselves and then support...
The current profiler can be improved to where it can provide much more information as needed and it could be more accurate. This would make the profiler a much better...
The current coldstart time is 4-5 seconds on 512MiB, try to set a target of reducing the coldstart duration by 50%.
Not seeing a way to enable debug mode in the README.
Here's the docs on SES context: https://docs.aws.amazon.com/lambda/latest/dg/eventsources.html#eventsources-ses-email-receiving
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.13.1 to 4.9.2. Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Change Log Version 4.x See 4.x Change log for the stable version changelogs. Version 5.3.0 2025-10-30 New: Add tags...