Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit 5c8b326

Browse files
committed
update readme for iam json file location
1 parent b2b8b22 commit 5c8b326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The easiest way is to download a pre-built binary from the [GitHub Releases](htt
5555
* Create a user with proper permissions needed to run the setup command. This user can be removed after running the setup command.
5656
```
5757
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
5959
aws iam create-access-key --user-name awslambdaproxy-setup
6060
{
6161
"AccessKey": {
@@ -70,7 +70,7 @@ aws iam create-access-key --user-name awslambdaproxy-setup
7070
* Create a user with proper permission needed to run the proxy.
7171
```
7272
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
7474
aws iam create-access-key --user-name awslambdaproxy-run
7575
{
7676
"AccessKey": {

0 commit comments

Comments
 (0)