Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
docs: add blog post Next-level IaC: How Pulumi Supports Your API Econ…
Browse files Browse the repository at this point in the history
…omy Strategy
  • Loading branch information
dirien committed May 15, 2024
1 parent d7986ee commit d285e3e
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ For this purpose, we will build two basic REST services writen in [TypeScript](h
{{< chooser language "typescript,python" />}}

{{% choosable language typescript %}}

```typescript
import express from "express"
import * as dotevnv from "dotenv"
Expand Down Expand Up @@ -596,8 +597,9 @@ Navigate to the [Swagger Editor](https://editor.swagger.io/) and paste the above
## Conclusion
In this blog post, you have seen how you can use Pulumi Automation API to build your own Service API and expose it to your organization.
You've also seen how you can use the API Economy to create new business models and revenue streams by exposing your infrastructure to the rest of the organization.
In this blog post, we've explored how Pulumi's Automation API can be used to build and expose a Service API within your organization. By embedding Pulumi as a library in any application, you can drive your Infrastructure as Code (IaC) deployments directly through code. This sets Pulumi apart from other tools like Terraform, which relies on static configuration files and a command-line interface.
Additionally, we touched on the concept of the API economy, where APIs are leveraged to connect services, accelerate product delivery, and drive business value through the possibilities of creating new touchpoints. The Pulumi Automation API is the perfect piece of technology, which makes it now possible to define, deploy, and manage infrastructure programmatically as part of your API strategy.
I hope that this blog post has given you some ideas on how you can take your IaC to the next level and make it more accessible to your organization.
I hope this blog post has inspired you with ideas on how to take your IaC to the next level, making it more accessible and practical for your organization.

0 comments on commit d285e3e

Please sign in to comment.