Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post