mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fix 1st curly in the AWS required credentials
This commit is contained in:
parent
badd26142e
commit
df7f02b2fe
@ -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": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user