From 71e7644316777e6a6c5531f4b6302fc8dcd008b8 Mon Sep 17 00:00:00 2001 From: Geoffrey Wiseman Date: Tue, 13 Jun 2017 10:57:34 -0400 Subject: [PATCH] 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 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- docs/providers/aws/cli-reference/create.md | 2 +- docs/providers/aws/guide/credentials.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3dfa2d2bc..35838a3e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,7 +28,7 @@ to review a PR, the faster we can review and merge it. Examples: * serverless.yml - Fully functioning to easily deploy changes * Screenshots - Showing the difference between your output and the master -* AWS CLI commands - To list AWS resources and show that the correct config is in place +* Cloud Configuration - List cloud resources and show that the correct configuration is in place (e.g. AWS CLI commands) * Other - Anything else that comes to mind to help us evaluate --> diff --git a/docs/providers/aws/cli-reference/create.md b/docs/providers/aws/cli-reference/create.md index 35f33f3e7..4cbca6f09 100644 --- a/docs/providers/aws/cli-reference/create.md +++ b/docs/providers/aws/cli-reference/create.md @@ -62,7 +62,7 @@ This example will generate scaffolding for a service with `AWS` as a provider an will be generated in the current working directory. Your new service will have a default stage called `dev` and a default region inside that stage called `us-east-1`. -The provider which is used for deployment later on is AWS (Amazon web services). +The provider which is used for deployment later on is AWS (Amazon Web Services). ### Creating a named service in a (new) directory diff --git a/docs/providers/aws/guide/credentials.md b/docs/providers/aws/guide/credentials.md index 9df7ca11f..2c0e2da55 100644 --- a/docs/providers/aws/guide/credentials.md +++ b/docs/providers/aws/guide/credentials.md @@ -16,7 +16,7 @@ The Serverless Framework needs access to your cloud provider's account so that i 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. -At this time, the Serverless Framework supports only Amazon Web Services, but support for other providers is in the works. +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. [Watch the video on setting up credentials](https://www.youtube.com/watch?v=HSd9uYj2LJA)