https://pulumi.com logo
#general
Title
# general
b

brash-toothbrush-39078

10/11/2022, 1:48 AM
Does anyone have any good examples of using Pulumi for a serverless project? I know there are a few getting started examples, but I'm looking for more info about how to structure projects, connect functions and what not. Something more "real world".
m

miniature-musician-31262

10/11/2022, 2:00 AM
There are a few examples in the examples repository (https://github.com/pulumi/examples), ordered by cloud and language, and we also just added some templates that let you use
pulumi new
to bootstrap a new project: • https://github.com/pulumi/exampleshttps://www.pulumi.com/templates/serverless-application/ The Templates section is still quite new and still rolling out, so you’ll only see a serverless page for AWS right now, but if you run
pulumi new
without any arguments, you’ll see options for
serverless-azure-*
and
serverless-gcp-*
in the list of options as well. (Pages for these should land sometime this week.)
a

able-ability-11203

10/11/2022, 5:13 PM
Iv'e stumbled upon https://github.com/muhannad0/telegram-notify-bot-serverless Looks legit, but I've not tried.