Middy: docs/examples

Created on 25 Apr 2018  路  3Comments  路  Source: middyjs/middy

It would be amazing to have a section of the documentation with structured examples like the following:

  • how to build an API (body parser / validation / content negotiation / response serialization / dealing with headers / dealing with HTTP errors / CORS)
  • how to process files from s3 with s3 normalizer
  • connection pooling and event loop
  • configuration manager (ssm / secret store)
  • Cold start problem (warmup)
documentation

Most helpful comment

馃 What about considering https://docusaurus.io/? I wouldn't say it becomes a standard, but definitely more & more common in JS community.

All 3 comments

馃 What about considering https://docusaurus.io/? I wouldn't say it becomes a standard, but definitely more & more common in JS community.

@vladgolubev, never tried but I am definitely open to this option :)

Was this page helpful?
0 / 5 - 0 ratings