Category "pulumi"

Deploy a FargateService to an ECS that's living within a different Stack (preoject)

1- I have a project core-infra that encapasses all the core infra related compoents (VPCs, Subnets, ECS Cluster...etc) 2- I have microservice projects with inde

How can I define a EventBridge trigger for my Lambda?

See attached image (the region in blue). I want to find a way to import (or define) that EventBridge trigger for my Lambda in Pulumi. I haven't been able to fin

Debugging Pulumi "ResourceNotReady: exceeded wait attempts"

I am trying to deploy a fargate service on AWS ECS with Pulumi as IaC. Everything works as expected when deploying my Fargate service with: deploymentController

How do I add Pulumi to my GitHub Codespaces / VSCode .NET devcontainer?

I want to develop and deploy IaC with Pulumi .NET / C# from a VS Code .devcontainer. How can I add this capability to the environment?