docs: Fix typo (#11470)

This commit is contained in:
Brett Andrews 2022-10-25 06:32:30 -07:00 committed by GitHub
parent d1d9494009
commit d2b69269d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ _Please, refer to the [`invoke local`](https://serverless.com/framework/docs/pro
It is possible to use local AWS credentials to _assume_ another AWS role.
That allows the deployment (are all other CLI commands) to be performed under a different role. To achieve this, [follow this documentation from AWS](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html).
That allows the deployment (and all other CLI commands) to be performed under a different role. To achieve this, [follow this documentation from AWS](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html).
Note that `serverless.yml` also offers the `provider.iam.deploymentRole` option. This lets us force CloudFormation to use a different role when deploying: