Matthew Thompson

Results 7 comments of Matthew Thompson

As far as testing goes I'd recommend mocking and building out units vs trying to figure out how to make some AWS deployment for it. Edit: testing packaging/unpackaging locally would...

It might be useful to warn the end user if there are large packages in their conda environment, too. The limits can be found here: http://docs.aws.amazon.com/lambda/latest/dg/limits.html . Note that there's...

In my testing it was getting a different trace ID than the lambda had, so it appears as a second, separate trace in there. The lower is just for the...

Turns out the lambda trace ID (in the `os.environ`) is different than what cloudfront/api gateway gives you (in HTTP headers). Since the lambda trace ID has sampling and a parent...

Anyway here's the complete trace attached to everything:

I take it back - I'm going to default it to use the HTTP header ID. Here's why: With the lambda parent ID, the UI doesn't display the downstream HTTP...

The `-` URL should always show up as a result of non-URL tracing in the project. Are you seeing your project in the service map?