🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yevai/pulumi

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yevai/pulumi

Yevai Inc. open source Pulumi Typescript library

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Pulumi Starter Kit

Hi everyone, we're giving open source a shot! This package will be slowly populated. For now, it's being published for some of my substack guide blog posts.

General Information

To keep the package light, we've steered away from hard dependencies. See /examples/ for more. You will need:

Requirements

  • JQ from their Official Page or "brew install jq". We also recommend:

    # Set JQ for AWS CLI by adding the following to ~/.aws/config:
    cli_pager = jq
    output = json
    
  • A logged in AWS CLI or "brew install awscli"

  • A logged in Pulumi CLI or "brew install pulumi"

  • An initialized Pulumi Stack, or use "./examples"

Local Development

You will need Bun

Create a *.env file in root and set the repository where you'd like this package used in it, like so:

# Single Path Where "/home/YOUR_USERNAME/YOUR_PROJECT/package.json" exists
DEV_TARGET=/home/YOUR_USERNAME/YOUR_PROJECT

# Multiple Paths
DEV_TARGET=/home/YOUR_USERNAME/YOUR_PROJECT,/home/YOUR_USERNAME/YOUR_SECOND_PROJECT

Run "npm run dev" to start the watcher. This will copy the package to the target directory on every change and clean up after.

Extras

You may find the nodemon setup along with ./.devmode.sh + ./devmode.ts a useful pattern.

You may also find ./.vscode/settings.json + ./.github/copilot-instructions.md useful.

Keywords

pulumi

FAQs

Package last updated on 03 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts