From df7f02b2fea9abd81fa5f9f15e478dd82f1f74bf Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Mon, 26 Nov 2018 08:42:21 -0500 Subject: [PATCH] fix 1st curly in the AWS required credentials --- docs/providers/aws/guide/credentials.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/providers/aws/guide/credentials.md b/docs/providers/aws/guide/credentials.md index 65b32fb07..3770cbea4 100644 --- a/docs/providers/aws/guide/credentials.md +++ b/docs/providers/aws/guide/credentials.md @@ -45,7 +45,8 @@ To let the Serverless Framework access your AWS account, we're going to **create 2. Click on **Users** and then **Add user**. Enter a name in the first field to remind you this User is the Framework, like `serverless-agent`. Enable **Programmatic access** by clicking the checkbox. Click **Next** to go through to the Permissions page. Click on **Create policy**. Select the **JSON** tab, add the following JSON file: -```{ +``` +{ "Version": "2012-10-17", "Statement": [ {