dbartholomae / lambda-middleware

A collection of middleware for AWS lambda functions.
https://dbartholomae.github.io/lambda-middleware/
MIT License
151 stars 18 forks source link

JsonDeserializer does not accept content-type header with charset #61

Closed buresmi7 closed 2 years ago

buresmi7 commented 2 years ago

Describe the bug

JsonDeserializer does not accept content-type header with charset

To Reproduce

use header: Content-Type: application/json; charset=utf-8

Expected behavior

bodyObject should not be null

Additional context

nope

dbartholomae commented 2 years ago

Thanks! :)

buresmi7 commented 2 years ago

Thanks! :)

Thanks for nice library :)