From 1c74daf497e2771392eab1d43ae10682fe018331 Mon Sep 17 00:00:00 2001 From: Dylan Husted Date: Fri, 13 Sep 2019 16:58:57 -0400 Subject: [PATCH] Remove incorrect AWS Access Role test instruction --- docs/dashboard/access-roles.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/dashboard/access-roles.md b/docs/dashboard/access-roles.md index 829845113..7d6ff643e 100644 --- a/docs/dashboard/access-roles.md +++ b/docs/dashboard/access-roles.md @@ -30,16 +30,6 @@ If you do not use the Serverless Framework Dashboard to set up an AWS Access Rol 5. Follow the directions which will take you through creating an IAM Role for the Serverless Framework. 6. Click "**save changes**" in the deployment profile to save the IAM Role ARN to the profile. -## Test your configuration - -Before you run `serverless deploy` ensure that the Serverless Framework open-source CLI is resolving the new AWS Access Keys from the Serverless Framework Dashboard. - -``` -serverless info -``` - -This command requires authentication therefore requires that the AWS Access Keys from the Serverless Framework Dashboard to be resolved. You should expect this command to succeed. - ## Use the generated AWS Access Keys in your service You don't have to do anything in your `serverless.yml` file. When you run `sls deploy` the Serverless Framework will identify the deployment profile associated with the application or stage and it will generate the AWS Access Keys using the associated AWS Access Role automatically.