Skip to content

Commit

Permalink
Update titles for aws-native examples (pulumi#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Oct 7, 2021
1 parent c4725e6 commit c050e2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit c050e2e

Please sign in to comment.