🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@pulumi/aws-iam

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/aws-iam

This repo is a [Pulumi Package](https://www.pulumi.com/docs/guides/pulumi-packages/) used to deploy different AWS IAM roles. This package is based on the [Terraform AWS IAM Module](https://github.com/terraform-aws-modules/terraform-aws-iam).

latest
npmnpm
Version
0.2.0
Version published
Maintainers
2
Created
Source

AWS IAM

This repo is a Pulumi Package used to deploy different AWS IAM roles. This package is based on the Terraform AWS IAM Module.

It's written in Go, but thanks to Pulumi's multi language SDK generating capability, it create usable SDKs for all of Pulumi's supported languages

:warning: This package is a work in progress: Please do not use this in a production environment!

Building and Installing

Building from source

But if you need to build it yourself, run the following command to build and install the plugin in the correct folder (resolved automatically based on the current Operating System):

make install

Install your chosen SDK

You need to install your desired language SDK using your languages package manager.

Python

pip3 install pulumi_aws_iam

NodeJS

npm install @pulumi/aws-iam

Go

go get -t github.com/pulumi/pulumi-aws-iam/sdk

Usage

Once you've installed all the dependencies, you can use the library like any other Pulumi SDK. See the examples directory for examples of how you might use it.

FAQs

Package last updated on 24 May 2023

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