mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
[PR #491] [MERGED] docs: add IaC section to the docs with first examples for Pulumi. #573
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langserve/pull/491
Author: @dirien
Created: 2/28/2024
Status: ✅ Merged
Merged: 2/28/2024
Merged by: @eyurtsev
Base:
main← Head:iac-with-pulumi📝 Commits (2)
e8a8a88docs: add IaC section to the docs with first examples for Pulumi.62c1b4fMerge branch 'main' into iac-with-pulumi📊 Changes
1 file changed (+21 additions, -0 deletions)
View changed files
📝
README.md(+21 -0)📄 Description
Hello everyone,
This PR introduces a new subsection under the Deployment section titled "Deploy using Infrastructure as Code"
In this subsection, we will outline methods for utilizing IaC tools such as Pulumi, OpenTofu, and AWS CDK, among others.
I have initiated with examples in Pulumi and AWS. Examples for other cloud providers are expected to be added shortly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.