/pulumi-sample

A sample repo for AWS infrastructure as code

Primary LanguageTypeScript

pulumi-sample

Creates a sample web app in AWS using infrastructure as code.

Quickstart

Prerequisites:

Then:

# install dependencies
npm i

# create a new pulumi stack
pulumi stack init

# bring up the stack
pulumi up

Teardown

To tear down the stack:

pulumi destroy