Hey all, i just gave pulumi a spin for our aws infra and really liking it though i am not sure how d...
p
Hey all, i just gave pulumi a spin for our aws infra and really liking it though i am not sure how do i organise code between stacks and projects we have a monorepo of type script projects, let's say apps is the main folder and under that we have few apps now for each app. say we want to have some pulumi infra. this will consist of resources that are permanent resource say ecr repo, iam roles etc and then resources that need to updated everytime, like images being poushed to ecr repo and app runner how do i organise this all ? also for each app we dev, staging and prod, which will each have the permanent resources and updating resources
c
p
ahh nice, the second article makes it mch clear for me thanks !!
o
How is everyone managing environments and regions, lets says in dev we have same resources but across different aws regions .