jqmichael
jqmichael
Added dependency on `rio` on MacOS 10.14.6. ``` [dependencies] rio = "0.9.4" ``` With cargo 1.47.0, cargo check failed with the error message below: ``` Compiling libc v0.2.80 Checking rio...
Currently, any stdout in Handler code is pushed to CFN service account, which is why [CW EMF metrics](https://github.com/awslabs/aws-embedded-metrics-java/blob/master/src/main/java/software/amazon/cloudwatchlogs/emf/sinks/ConsoleSink.java) won't work. It would be great to support emitting CW EMF metrics...
If OIDC page return non-OK status, the current behavior would log the body, which may fill up the disk if it's large enough. https://github.com/coreos/go-oidc/blob/v3/oidc/oidc.go#L244-L246 Would it be OK not to...