AWS Static Website
Pulumi Official

Package maintained by Pulumiv0.0.4 published on Tuesday, Jun 7, 2022 by Pulumi
Note
If you do not already have an AWS account, you can create a free AWS account. Most resources in our examples fall within the AWS
Free Tier, but we encourage you to follow the cleanup steps at the end of each section to avoid paying for resources you aren't using.
Installation
The Pulumi AWS Static Website component is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/aws-static-website
- Python:
pulumi_aws_static_website
- Go:
github.com/pulumi/pulumi-aws-static-website/sdk/go/aws-static-website
- .NET:
Pulumi.AwsStaticWebsite
If you are new to Pulumi, see our getting started guide to get up and running.
Install the SDK package corresponding to the language or runtime you are using. If using YAML or one of our other markup languages, this step can be skipped.
NodeJS
npm install @pulumi/aws-static-website
Python
pip install pulumi-aws-static-website
Go
go get -t github.com/pulumi/pulumi-aws-static-website/sdk/go/aws-static-website
This package can then be consumed just like any other package by importing it into your project (e.g. import * as website from '@pulumi/aws-static-website'
)