examples
examples copied to clipboard
Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
### Problem description - I had trouble finding the information that I needed: There is no guide to launch a static site on GCP ### Suggestions for a fix GC...
I've just written code to spin up an EKS cluster with EFS backed PVC. I don't think the quality of the Readme is up to scratch looking at the other...
`*eks.Cluster` has no field or method CertificateAuthority - to make it work we need to change it to `pulumi.StringOutput(eksCluster.CertificateAuthorities)`.
### What happened? Diagnostics: pulumi:pulumi:Stack (voting-app-voting-app): E0501 11:26:51.651192873 25550 fork_posix.cc:70] Fork support is only compatible with the epoll1 and poll polling strategies E0501 11:26:58.558481431 25550 fork_posix.cc:70] Fork support is only...
I'm trying to write a unit test for AzureFunction provisioning. I've started with the code from [this repository](https://github.com/pulumi/examples/blob/master/azure-cs-functions/FunctionsStack.cs#L136-L156), and I'm using this snippet to retrieve Storage keys: ```c# private static...
This appears to be a bug in the example: https://github.com/pulumi/examples/blob/1042be6f948bf3ceda4083dad170515b61c30769/aws-py-apigatewayv2-eventbridge/__main__.py#L127 According to https://www.pulumi.com/registry/packages/aws/api-docs/lambda/permission/#inputs the function property should be set to the `Name of the Lambda function whose resource policy you...
### Problem description Revisit Featured Tutorials: - [x] AWS - [x] https://www.pulumi.com/docs/tutorials/aws/ec2-webserver/ - [x] https://www.pulumi.com/docs/tutorials/aws/ecs-fargate/ - [x] https://www.pulumi.com/docs/tutorials/aws/rest-api/ - [x] https://www.pulumi.com/docs/tutorials/aws/s3-website/ - [ ] Azure - [ ] https://www.pulumi.com/docs/tutorials/azure/container-webserver/ -...