How are people structuring there pulumi Go project...
# general
r
How are people structuring there pulumi Go project folders? What directories do you use? Go recommends folders like CMD, Internal.
s
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
Thanks Josh.
So the standard pulumi folder structure and a sub-directory of the resource?