pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS

Github星跟踪图

Build Status
Slack
NPM version
Python version
GoDoc
License

Amazon Web Services (AWS) provider

The Amazon Web Services (AWS) resource provider for Pulumi lets you use AWS resources in your cloud programs. To use
this package, please install the Pulumi CLI first. For a streamlined Pulumi walkthrough, including language runtime installation and AWS configuration, click "Get Started" below.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/aws

or yarn:

$ yarn add @pulumi/aws

Python

To use from Python, install using pip:

$ pip install pulumi_aws

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-aws/sdk/go/...

Concepts

The @pulumi/aws package provides a strongly-typed means to create cloud applications that create and interact closely
with AWS resources. Resources are exposed for the entirety of AWS resources and their properties, including (but not
limited to), 'apigateway', 'cloudformation', 'EC2', 'ECS', 'iam', 'lambda', etc. Many convenience APIs have also been
added to make development easier and to help avoid common mistakes, and to get stronger typing.

Serverless Functions

The aws.serverless.Function class allows you to create an AWS lambda function directly out of a JavaScript/TypeScript
function object of the right signature. This allows a Pulumi program to simply define a lambda using a simple lambda in
the language of choice, while having Pulumi itself do the appropriate transformation into the final AWS Lambda resource.

This makes many APIs easier to use, such as defining a Lambda to execute when an S3 Bucket is manipulated,
or a CloudWatch timer is fired. To see some examples of this in action, please refer to the examples/ directory.

The pulumi/pulumi-cloud repo offer higher level abstractions that build on top
of this underlying capability.

Reference

For detailed reference documentation, please visit the API docs.

Updating this provider

The AWS Resource Provider for Pulumi is based on the Terraform Provider for
AWS. Instructions for keeping it up to date are available here.

主要指标

概览
名称与所有者pulumi/pulumi-aws
主编程语言Go
编程语言TypeScript (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2017-07-17 14:20:33
推送于2025-09-20 06:58:25
最后一次提交2025-09-16 17:48:58
发布数872
最新版本名称v7.7.0 (发布于 )
第一版名称v0.7 (发布于 )
用户参与
星数555
关注者数32
派生数171
提交数3k
已启用问题?
问题数2485
打开的问题数377
拉请求数1706
打开的拉请求数20
关闭的拉请求数1522
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?