Skip to content

TypeScript example of building scalable AWS infrastructure-as-code

Notifications You must be signed in to change notification settings

ElRojo/ts-pulumi-aws-example

Repository files navigation

Pulumi AWS Example

This repository is an example of using TS with Pulumi to build AWS infrastructure. This was one of the first tasks I was given to learn with.

The general idea is that one can build out classes for different AWS resources and add them to the process() function in awsConfig.ts. The types are defined in types.ts and then in index.ts the consumer of this project will define the infrastructure as an object which will be passed in to the constructor of AwsConfig.

About

TypeScript example of building scalable AWS infrastructure-as-code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published