Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 656 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 656 Bytes

Pulumi Project in Typescript (AWS) Template

A general template to use for Pulumi projects in Typescript (for AWS) with some good practices.

Getting Started

  • Setup your environment to run Pulumi projects.
  • Make sure you are logged into the Pulumi service. Use pulumi login.
  • Run pulumi new https://github.com/muhannad0/pulumi-typescript-aws-template. Enter the required values mentioned in the prompts.
  • Pulumi will setup the project and install the dependencies automatically.
  • Start writing your Pulumi program in src folder.
  • Run pulumi up to deploy!