Friday, January 1, 2021

what is SERVERLESS?

 Have a look https://www.youtube.com/watch?v=Fx3ZGy-mbV4

You can see some examples of SERVERLESS FUNCTIONs here https://leerob.io/snippets

1 comment:

Basic Flask web app

 from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...