AJ Stuyvenberg

Results 20 comments of AJ Stuyvenberg

@cdhowie I'm experiencing this issue as well. Here's what I was able to get from bunyan, although I'm having a little trouble configuring the proper loglevel: ``` { "name": "globalLogger",...

@chusc123 implemented here https://github.com/serverless/components/pull/716 Will be in next release!

Hi, @dscdac, @mnapoli and others. I forked `serverless-cloudformation-changesets` and updated it for v3 [here](https://www.npmjs.com/package/serverless-cloudformation-changesets-v3). If I have more time, I can explore either porting this to v2 or supporting both...

AWS SDK V3 support is now available in [3.14.0](https://github.com/DataDog/dd-trace-js/releases/tag/v3.14.0) and [2.27.0](https://github.com/DataDog/dd-trace-js/releases/tag/v2.27.0)

Hi @blytheaw - I merged it on [friday](https://github.com/DataDog/datadog-lambda-js/pull/353), it'll go out tomorrow. Thanks!

This is now released in [6.87.0 and Layer version 87](https://github.com/DataDog/datadog-lambda-js/releases/tag/v6.87.0)

Hey folks! Quick poll on runtimes in Lambda here: 🎉 - Using Bref FPM 🌮 - Using Bref Functions 🚀 - Other (please comment/specify) Thanks!

Hi @casualuser - thanks for reaching out. The workaround in this case is to create your own logs access role and pass it into the framework via the `logAccessIamRole` parameter:...

@vbichkovsky Data isn't actually sent to the back-end via HTTP request. The dashboard integration works by ingesting logs asynchronously from CloudWatch. So the only operation performed synchronously is preparing that...

Thanks @vbichkovsky! As I'm sure you've noticed; this appears to be an interesting interaction between `stackman` and `webpack`, where the `webpack`ed version is 1000x larger than the non-webpacked version: ![image](https://user-images.githubusercontent.com/1598537/97640047-d8da1500-1a0d-11eb-92a3-5a32859d3b9e.png)....