This message was deleted.
# general
s
This message was deleted.
b
Hi Rahul, Kat (owner of that repo) doesn’t work for Pulumi anymore. You could get in touch with her to ask her to fix it, or you could take a look at this template and start from there: https://www.pulumi.com/templates/serverless-application/azure/
m
Hi Piers, Thanks for the response. This example does work - are all the components in it needed? It's quite different from AWS Lambda and CloudFunction on GCP. Would you have something that just returns helloworld? No html etc. Just a simple
Copy code
def hello():
    return "Hello world@!
Thanks :)
I can also keep all of that and move on but it's a lot of bloat for something so simple. Should serverless run a frontend. I thought it is small and simple meant for running small pieces of code 🤔.
b
So it looks like there are two things happening there - one is a static website (the first few resources) and then the serverless function is from line 72 onwards