aws-python
A minimal AWS Python Pulumi program
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new aws-pythonConfiguration
The template prompts for these values duringpulumi new.| Key | Description | Default |
|---|---|---|
| aws:region | The AWS region to deploy into | us-east-1 |
pulumi config set:pulumi config set aws:region <value>Deploying the project
Once the new project is created and configured, you can deploy it withpulumi up:pulumi upRelated

Blog PostApr 2023
Advanced AWS Networking: Part 1

Blog PostApr 2023