Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed Jul 4, 2023
1 parent 52601af commit 03c6582
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ app.synth()
SAP
}
```
### DynamoDB Tables
![DynamoDB Tables](/assets/images/db.png)

## Delete Tables With Stack
Unlike most resources, AWS CDK `DynamoDB` tables are set to be retained by default when their `CloudFormation` stack is deleted. In most cases this is preferable to ensure that data is not lost by mistake, but it can also cause issues during the development process and in lower environments when stacks are often deleted and run again.
Expand All @@ -413,9 +415,6 @@ const sync = new Dynasync(stack, 'DynasyncConstruct', {
});
```

### DynamoDB Tables
![DynamoDB Tables](/assets/images/db.png)

## Interfaces

### DynasyncProps
Expand Down

0 comments on commit 03c6582

Please sign in to comment.