Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update titles for aws-native examples #1088

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws-native-ts-ecs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Deploy](https://get.pulumi.com/new/button.svg)](https://app.pulumi.com/new)

# Create an ECS cluster on AWS
# Create an ECS cluster on AWS with the AWS Native Provider

Create an ECS cluster, and deploy a task and service.

Expand Down
2 changes: 1 addition & 1 deletion aws-native-ts-s3-folder/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Deploy](https://get.pulumi.com/new/button.svg)](https://app.pulumi.com/new)

# Host a Static Website on Amazon S3
# Host a Static Website on Amazon S3 with the AWS Native Provider

A static website that uses [S3's website support](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html).
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://www.pulumi.com/docs/tutorials/aws/s3-website/).
Expand Down
2 changes: 1 addition & 1 deletion aws-native-ts-stepfunctions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Deploy](https://get.pulumi.com/new/button.svg)](https://app.pulumi.com/new)

# AWS Step Functions
# AWS Step Functions with the AWS Native Provider

A basic example that demonstrates using AWS Step Functions with a Lambda function using the AWS Native provider.

Expand Down