anyone try out AWS's new <TS lambda powertools>? l...
# general
m
anyone try out AWS's new TS lambda powertools? looks useful
c
still wanna check out the logger, seems pretty cool
a
It's on my list to look at, but is pre-production while influenced by the much more mature dazn-lambda-powertools; so I want to look at that too.
s
Yeah, took a look at the feature set, some things they might do which are neat: • Embedded metrics for sure, great to remove network IO from putMetric • The tracer is cool, wraps aws-xray-sdk and also, there is a PR looking to properly propigate sqs to lambda headers. A monkey patch basically. • The logger is a bit slow, I benchmarked it at 20x slower than pino logger
m
Yeah I'm using the metrics with middy. Less work than I expected since I already use middy.