pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

feat: Add Langserve AWS examples #1579

Closed dirien closed 4 months ago

dirien commented 4 months ago

This PR adds the Langserve AWS examples to this repository.

scottslowe commented 4 months ago

@dirien I pushed one commit that added some license headers and also (at the same time) fixed some linting errors. All the tests are passing now, so that's awesome.

I'm a bit unclear about the README.md though---are all those steps necessary just to deploy LangServe on AWS via Pulumi?

dirien commented 4 months ago

@scottslowe I'm a bit unclear about the README.md though---are all those steps necessary just to deploy LangServe on AWS via Pulumi?

Thats the step you would need if you want to continue working on the Hello World example. If you want, I can create the Pulumi part more prominent?