jmglov / blambda

Blambda! is a custom runtime for AWS Lambda that lets you write functions using Babashka
Other
84 stars 13 forks source link

[fix] fix request id retrieval #10

Closed lispyclouds closed 1 year ago

lispyclouds commented 1 year ago

This fixes the way the request id is retrieved. This regression was potentially introduced when the http client was switched to the inbuilt bb http-client. That unlike http kit doesn't auto coerce the header keys to keywords.