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
many-house-85254
11/11/2023, 2:37 PM
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 :)
many-house-85254
11/11/2023, 2:50 PM
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
brave-planet-10645
11/11/2023, 3:03 PM
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