From 060e85e29d760a89dddcb0bf9d4cc470ef9bba28 Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Wed, 22 Jun 2016 18:31:59 +0200 Subject: [PATCH] Remove AWS setup instructions in "Your first service" tutorial Because we'll introduce a dedicated AWS setup section later on. --- docs/tutorials/your-first-service.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/tutorials/your-first-service.md b/docs/tutorials/your-first-service.md index 351f7587d..6b7d4105f 100644 --- a/docs/tutorials/your-first-service.md +++ b/docs/tutorials/your-first-service.md @@ -3,10 +3,7 @@ In this tutorial we'll create and use our very first Serverless service. We'll create a new service, deploy it, invoke the first function and remove the whole service afterwards. -Our provider we use throughout the tutorial will be Amazon web services (AWS). Make sure that you have created an AWS -account and setup a user who has administrator privileges as the -[`default` account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-config-files) on -your machine. +Our provider we use throughout the tutorial will be Amazon web services (AWS). We'll assume that you have Serverless v1.0 or greater installed on your machine.