honojs / website

Repository for hono.dev
https://hono.dev
68 stars 208 forks source link

fix context naming in lambda example #419

Closed fuxi-de closed 4 days ago

fuxi-de commented 4 days ago

The Lambda example on the website uses a different property name than the ones actually provided at runtime (context vs. lambdaContext).

This PR fixes the naming in the example, so it is obvious for new users.

yusukebe commented 4 days ago

@fuxi-de Thanks!