opentelemetry-java-instrume.../instrumentation/aws-lambda-1.0
acm19 a8069370ad
Fix serialisation exception on default lambda events (#4724)
Adds `FAIL_ON_UNKNOWN_PROPERTIES` to the paramter parser on the lambda
as events coming from AWS have more fields than those represented in the
libraries provided by AWS. Adds a custom `JodaModule` to the same
parser to support `ScheduledEvent` which for now uses Joda Time. At the
same time avoid the real Joda Module to not have extra dependencies.

Resolves: https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/4645
2022-01-14 13:54:50 -08:00
..
javaagent Convert aws lambda integration to Instrumenter (#4362) 2021-10-15 12:31:08 -07:00
library Fix serialisation exception on default lambda events (#4724) 2022-01-14 13:54:50 -08:00
testing Clean up groovy assertions (#4805) 2021-12-05 23:23:58 -08:00