bitprj / Intro-To-Serverless

Managing a server is pretty complicated, but building with serverless architectures simplifies this process. As a student, mastering serverless functions can help you to build projects that solve real-world problems by integrating APIs, constructing user interfaces, and analysing data. Javascript is the core language of this course - one of the most in-demand languages to learn in the industry.
https://bitproject.org/serverless
GNU General Public License v3.0
46 stars 24 forks source link

[Feature] Health check of system setup for students #521

Closed lechnerc77 closed 2 years ago

lechnerc77 commented 2 years ago

Use-cases

Students especially in the GSC track are having several issues caused by a insufficient setup of the system (wrong version combinations of Azure Functions Core and Node.js, no Node.js, outdated Nodes.js etc).

This is quite hard to figure out via Piazza and may be a very frustrating experience when starting the serverless journey

Proposal

Provide shell scripts (I expect three depending on the OS namely Windows, MacOS and Linux) or an executeable to allow a check for:

This should include hints what to do in case soemthing is missing or incomatible

References

na

lechnerc77 commented 2 years ago

@emsesc @ganning127 : Happy to have an exchange on this topic