Skip to content

Commit 71e7644

Browse files
Avoid Referencing Providers
Minor changes to avoid referencing providers directly unless: - it is part of a provider-specific section of the site - it is a comprehensive list of providers in the few places where they should be listed - it is an example to help provide context
1 parent 022ea48 commit 71e7644

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ to review a PR, the faster we can review and merge it.
2828
Examples:
2929
* serverless.yml - Fully functioning to easily deploy changes
3030
* Screenshots - Showing the difference between your output and the master
31-
* AWS CLI commands - To list AWS resources and show that the correct config is in place
31+
* Cloud Configuration - List cloud resources and show that the correct configuration is in place (e.g. AWS CLI commands)
3232
* Other - Anything else that comes to mind to help us evaluate
3333
-->
3434

docs/providers/aws/cli-reference/create.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This example will generate scaffolding for a service with `AWS` as a provider an
6262
will be generated in the current working directory.
6363

6464
Your new service will have a default stage called `dev` and a default region inside that stage called `us-east-1`.
65-
The provider which is used for deployment later on is AWS (Amazon web services).
65+
The provider which is used for deployment later on is AWS (Amazon Web Services).
6666

6767
### Creating a named service in a (new) directory
6868

docs/providers/aws/guide/credentials.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Serverless Framework needs access to your cloud provider's account so that i
1616

1717
Here we'll provide setup instructions for different cloud provider accounts. Just pick the one for your provider and follow the steps to get everything in place for Serverless.
1818

19-
At this time, the Serverless Framework supports only Amazon Web Services, but support for other providers is in the works.
19+
This guide is for the Amazon Web Services (AWS) provider, so we'll step through the process of setting up credential for AWS and using them with Serverless.
2020

2121
[Watch the video on setting up credentials](https://www.youtube.com/watch?v=HSd9uYj2LJA)
2222

0 commit comments

Comments
 (0)