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

red-football-97286

03/15/2022, 3:41 PM
How are people structuring there pulumi Go project folders? What directories do you use? Go recommends folders like CMD, Internal.
s

stocky-restaurant-98004

03/15/2022, 4:01 PM
Here's an example of a Pulumi program that deploys a Lambda: https://github.com/pulumi/github-issue-automation
I would use a similar folder structure with CDK or Terraform - just swap out the name of the
pulumi
folder.
r

red-football-97286

03/15/2022, 4:09 PM
Thanks Josh.
So the standard pulumi folder structure and a sub-directory of the resource?
3 Views