Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Lighter AWS Lambda Power Tools For Java
Description: An airhacks.fm conversation with Philipp Page (@PagePhilipp) about:
Discussion about refactoring AWS Lambda Power Tools to remove AspectJ dependency and introduce functional interfaces,
comparison between AspectJ and lombok for code generation,
benefits of offloading work to build time for AWS Lambda performance,
using quarkus build-time optimizations with Jandex and gizmo utilities,
replacing slf4j with Java System Logger to reduce dependencies,
implementing log buffering feature that flushes debug logs only on errors for proactive debugging,
thread safety considerations in multi-threaded AWS Lambda executions,
using Embedded Metrics Format (EMF) for CloudWatch metrics without prometheus,
caching Parameter Store values to avoid...