This repository was archived by the owner on Mar 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The easiest way is to download a pre-built binary from the [GitHub Releases](htt
55
55
* Create a user with proper permissions needed to run the setup command. This user can be removed after running the setup command.
56
56
```
57
57
aws iam create-user --user-name awslambdaproxy-setup
58
- aws iam put-user-policy --user-name awslambdaproxy-setup --policy-name awslambdaproxy-setup --policy-document file://config /iam/setup.json
58
+ aws iam put-user-policy --user-name awslambdaproxy-setup --policy-name awslambdaproxy-setup --policy-document file://deployment /iam/setup.json
59
59
aws iam create-access-key --user-name awslambdaproxy-setup
60
60
{
61
61
"AccessKey": {
@@ -70,7 +70,7 @@ aws iam create-access-key --user-name awslambdaproxy-setup
70
70
* Create a user with proper permission needed to run the proxy.
71
71
```
72
72
aws iam create-user --user-name awslambdaproxy-run
73
- aws iam put-user-policy --user-name awslambdaproxy-run --policy-name awslambdaproxy-run --policy-document file://config /iam/run.json
73
+ aws iam put-user-policy --user-name awslambdaproxy-run --policy-name awslambdaproxy-run --policy-document file://deployment /iam/run.json
74
74
aws iam create-access-key --user-name awslambdaproxy-run
75
75
{
76
76
"AccessKey": {
You can’t perform that action at this time.
0 commit comments