Skip to main content

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

Project description

Build Status

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.

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-aws-serverless and pulumi/pulumi-cloud repos offer higher level abstractions that build on top of this underlying capability.

Reference

For detailed reference documentation, please visit the API docs.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulumi_aws-0.16.2.dev1541725485.tar.gz (173.6 kB view details)

Uploaded Source

File details

Details for the file pulumi_aws-0.16.2.dev1541725485.tar.gz.

File metadata

  • Download URL: pulumi_aws-0.16.2.dev1541725485.tar.gz
  • Upload date:
  • Size: 173.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.2 requests/2.20.1 setuptools/38.2.4 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.6

File hashes

Hashes for pulumi_aws-0.16.2.dev1541725485.tar.gz
Algorithm Hash digest
SHA256 1a01ad3c9c5f699f0ffba13807f284ec84d42c8032fa1a765091468436bbfdac
MD5 57fb8cfcd418142874e7e4c6923e5349
BLAKE2b-256 f2b7c938a5d96a39709778da5d88425ec316eda01e8495fd0fa95c4964314546

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page