serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

Fix generate-readme script, refresh examples.json and README.md #703

Open domdomegg opened 2 years ago

domdomegg commented 2 years ago

At a high-level, this fixes up the examples repository. Currently, both the npm run docs and npm run lint scripts don't even run.

⚡ This PR

⚠ Potentially breaking changes

🔮 Future work

domdomegg commented 2 years ago

@pgrzesik / @mnapoli are you able to take a look at this PR, which puts this repository into much better health?

pgrzesik commented 2 years ago

Hello @domdomegg - sorry for late response. This is a massive change and we're currently in the process of rethinking how we should handle the examples repository. It also includes potential breaking changes and I'm not sure if we will have the bandwidth to properly evaluate the changes in the coming days.

What do you think @mnapoli ?

mnapoli commented 2 years ago

Sorry for the delay, yeah this is a massive PR, I wouldn't be confident merging this, especially with how these files are used to generate pages on serverless.com

Maybe if this was all split in smaller pull requests it might be easier? Not sure though 😕