Skip to content

Commit eb59aad

Browse files
authored
Remove unused JavaScript examples (#2237)
Remove 8 JavaScript examples that have been removed from the Registry in pulumi/registry#9407: - aws-js-containers - aws-js-langserve - aws-js-sqs-slack - aws-js-webserver-component - aws-js-webserver - aws-js-s3-folder-component - aws-js-s3-folder - gcp-js-webserver Fixes #2236 Fixes #2179 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents d881d2b + 94e5123 commit eb59aad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+0
-2857
lines changed

.github/workflows/test-examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ jobs:
226226
- EquinixMetal
227227
languages:
228228
- Cs
229-
- Js
230229
- Ts
231230
- Py
232231
- Fs

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ The script assumes you have credentials for various providers configured. Exampl
7171

7272
- [AWS](#aws)
7373
- [TypeScript](#typescript)
74-
- [JavaScript](#javascript)
7574
- [Python](#python)
7675
- [Go](#go)
7776
- [C#](#c)
@@ -84,13 +83,11 @@ The script assumes you have credentials for various providers configured. Exampl
8483
- [F#](#f-1)
8584
- [GCP](#gcp)
8685
- [TypeScript](#typescript-2)
87-
- [JavaScript](#javascript-1)
8886
- [Python](#python-2)
8987
- [Go](#go-2)
9088
- [C#](#c-2)
9189
- [Kubernetes](#kubernetes)
9290
- [TypeScript](#typescript-3)
93-
- [JavaScript](#javascript-2)
9491
- [Python](#python-3)
9592
- [Go](#go-3)
9693
- [C#](#c-3)
@@ -147,22 +144,6 @@ Example | Description |
147144

148145
[Use Pulumi AI](https://www.pulumi.com/ai/?utm_campaign=pulumi-examples-github-repo&utm_source=github.com&utm_medium=pulumi-examples) to build a new example in _any_ language.
149146

150-
### JavaScript
151-
152-
[🔝 Back to the list](#all-pulumi-examples)
153-
154-
Example | Description |
155-
--------- | --------- |
156-
[Containers](aws-js-containers) | Provision containers on Fargate.
157-
[S3 Folder Component](aws-js-s3-folder-component) | Serve a static website on S3 from a component.
158-
[S3 Folder](aws-js-s3-folder) | Serve a static website on S3.
159-
[Servless SQS to Slack](aws-js-sqs-slack) | Wire up a serverless AWS Lambda to an AWS SQS queue and post a message to Slack.
160-
[Web Server - Component](aws-js-webserver-component) | Deploy an EC2 instance using a common module for creating an instance.
161-
[Web Server](aws-js-webserver) | Deploy an EC2 Virtual machine running a Python web server.
162-
[LangServe - Hello OpenAI](aws-js-langserve) | Deploy a LangServe app that uses OpenAI's on AWS ECS.
163-
164-
[Use Pulumi AI](https://www.pulumi.com/ai/?utm_campaign=pulumi-examples-github-repo&utm_source=github.com&utm_medium=pulumi-examples) to build a new example in _any_ language.
165-
166147
### Python
167148

168149
[🔝 Back to the list](#all-pulumi-examples)
@@ -325,16 +306,6 @@ Example | Description |
325306

326307
[Use Pulumi AI](https://www.pulumi.com/ai/?utm_campaign=pulumi-examples-github-repo&utm_source=github.com&utm_medium=pulumi-examples) to build a new example in _any_ language.
327308

328-
### JavaScript
329-
330-
[🔝 Back to the list](#all-pulumi-examples)
331-
332-
Example | Description |
333-
--------- | --------- |
334-
[Web Server](gcp-js-webserver) | Build a web server in Google Cloud.
335-
336-
[Use Pulumi AI](https://www.pulumi.com/ai/?utm_campaign=pulumi-examples-github-repo&utm_source=github.com&utm_medium=pulumi-examples) to build a new example in _any_ language.
337-
338309
### Python
339310

340311
[🔝 Back to the list](#all-pulumi-examples)

aws-js-containers/Pulumi.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

aws-js-containers/README.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

aws-js-containers/app/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.
-13.4 KB
Binary file not shown.

aws-js-containers/app/content/index.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

aws-js-containers/index.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

aws-js-containers/package.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

aws-js-langserve/.dockerignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)