can you update the event routeKey to event.routeKey.trim() == "PUT /userService/items" to make sure that there's no extra spacing or something. also can you just console.log(event) to fully see the content while debugging.
event.routeKey.trim() == "PUT /userService/items"