examples icon indicating copy to clipboard operation
examples copied to clipboard

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi

Results 237 examples issues
Sort by recently updated
recently updated
newest added

### What happened? If there's no OIDC provider, `aws.iam.getOpenIdConnectProviderOutput` throws an exception. We probably need to put this into a try/catch or use the Command provider to check for the...

kind/bug

Most examples were updated to use BucketV2 instead of Bucket, but these are still left: - testing-integration-py/test_s3_it.py - testing-unit-ts/mocha/bucket_pair.ts

needs-triage

Most of the examples got updated to use BucketV2 instead of Bucket. There are however a few examples using the onObjectCreated that need these callbacks to work with BucketV2 per...

This tests upgrading the examples to EKS v3.

## Workflow Failure [Test examples](https://github.com/pulumi/examples/blob/master/.github/workflows/test-examples.yml) has failed. See the list of failures below: - [2025-01-14T15:05:39.000Z](https://github.com/pulumi/examples/actions/runs/12764335087) - [2025-01-16T00:01:07.000Z](https://github.com/pulumi/examples/actions/runs/12798750180) - [2025-01-16T09:49:24.000Z](https://github.com/pulumi/examples/actions/runs/12805475271) - [2025-01-17T09:45:07.000Z](https://github.com/pulumi/examples/actions/runs/12825912929) - [2025-01-28T09:47:25.000Z](https://github.com/pulumi/examples/actions/runs/13006968146) - [2025-01-29T09:47:18.000Z](https://github.com/pulumi/examples/actions/runs/13027878364) - [2025-01-30T09:59:35.000Z](https://github.com/pulumi/examples/actions/runs/13048919390) - [2025-01-31T09:47:29.000Z](https://github.com/pulumi/examples/actions/runs/13069578275) -...

kind/engineering

### What happened? [Some TS examples](https://github.com/search?q=repo%3Apulumi%2Fexamples%20%22aws.sdk%22&type=code) are outdated - they try to use the AWS v2 SDK via `@pulumi/aws` (`aws.sdk`) [which was removed in 2023](https://github.com/pulumi/pulumi-aws/pull/2584). You get an error like...

kind/bug
needs-triage

- The Python versions don't have the right audience claim. - The TS versions do, and we don't gain much from maintaining the codebase in multiple languages. - Add CODEOWNERS...

This PR updates the WebServer examples that were previously using the Amazon Linux 2 AMI (which has been retired by AWS) to the newer Amazon Linux 2023 AMI. Changes made:...

Examples such as https://github.com/pulumi/examples/blob/b2a63a2a9f640882d06f201e26049104e0af3326/aws-js-webserver/index.js#L11 reference an out of date AMI. This is just the JavaScript version but there are multiple aws-xx-webserver projects in this repo for different languages. This AMI...

kind/bug
area/examples