Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exanubes/pulumi-first-look
A complimentary repo to an article about getting started with Pulumi
https://github.com/exanubes/pulumi-first-look
aws infrastructure-as-code pulumi pulumi-aws pulumi-typescript s3
Last synced: 9 days ago
JSON representation
A complimentary repo to an article about getting started with Pulumi
- Host: GitHub
- URL: https://github.com/exanubes/pulumi-first-look
- Owner: exanubes
- Created: 2024-05-10T17:51:43.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-11T09:15:28.000Z (8 months ago)
- Last Synced: 2024-05-11T10:28:16.308Z (8 months ago)
- Topics: aws, infrastructure-as-code, pulumi, pulumi-aws, pulumi-typescript, s3
- Language: TypeScript
- Homepage: https://exanubes.com/blog/introduction-to-pulumi
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pulumi first look
This repository is complimentary to an [article](https://exanubes.com/blog/introduction-to-pulumi) on getting
started with [Pulumi](https://pulumi.com) and working with [config](https://exanubes.com/blog/managing-config-in-pulumi).The infrastructure code sets up a public bucket in `eu-central-1` region – by the use of a custom provider – and uploads
an `index.html` file to it. A policy is attached to the bucket to make the object public and a link is generated and
returned as programme's output for easy access.I also made video walkthroughs of these topics:
- Introduction to Pulumi: [video](https://youtu.be/7NE7v7Z4YhY)
- Managing config in Pulumi: [video](https://youtu.be/jvNaU0O3jOw)