This is a submission for the Pulumi Deploy and Document Challenge: Get Creative with Pulumi and GitHub What I Built I built a lightweight infrastructure automation script that provisions an AWS DynamoDB Table using Pulumi Automation API with an inline Python program. There's no need for a traditional Pulumi project structure—this setup uses a single Python file to handle everything from stack creation to resource provisioning and teardown. It’s ideal for prototyping, scripting developer environments, or embedding infrastructure logic directly in Python applications. Live Demo Link

Apr 5, 2025 - 12:31
 0

This is a submission for the Pulumi Deploy and Document Challenge: Get Creative with Pulumi and GitHub

What I Built

I built a lightweight infrastructure automation script that provisions an AWS DynamoDB Table using Pulumi Automation API with an inline Python program. There's no need for a traditional Pulumi project structure—this setup uses a single Python file to handle everything from stack creation to resource provisioning and teardown.

It’s ideal for prototyping, scripting developer environments, or embedding infrastructure logic directly in Python applications.

Live Demo Link