Merge pull request #6686 from dylanhusted/patch-1

Remove incorrect AWS Access Role test instruction
This commit is contained in:
Philipp Muens 2019-09-19 11:43:45 +02:00 committed by GitHub
commit 34dd705fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.