Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 11, 2022
1 parent 997f6f2 commit 370f721
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,24 @@ apply as with [Name](#tag--name).
## Blog
* https://aws.amazon.com/blogs/security/simplify-dns-management-in-a-multiaccount-environment-with-route-53-resolver/


# Repository Setup Details

* One time

```script
git submodule add https://github.com/aws-samples/aws-lambda-ddns-function aws-lambda-ddns-function
git commit -m'add submodule' aws-lambda-ddns-function
```

* After first clone

```script
git submodule update --init
```

* Pull new stuff from submoduule

```script
git submodule foreach git pull origin master
```

0 comments on commit 370f721

Please sign in to comment.