Skip to content

Commit fa5e80e

Browse files
committed
docs: README updates with credits
1 parent 6831d62 commit fa5e80e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ has been provisioned earlier in the CDK Stack.
5555
migrationsFolder: './migrations',
5656
})
5757
```
58-
58+
<br/>
5959
<details>
6060
<summary>A more complete example</summary>
6161

@@ -112,6 +112,8 @@ export class DbMigrateTestStack extends Stack {
112112
```
113113

114114
</details>
115+
<br/>
116+
115117

116118
## Limitations / Other Options
117119

@@ -126,6 +128,16 @@ These constraints should be fine for a large number of usecases. However if not
126128
* Running 'migrate' manually against the target database to do exceptional case scenarios (i.e complex DML changes on large volumes of data that might take over 15 mins to run)
127129
* Some hybrid model of the options above
128130

131+
## Credits
132+
133+
The following blog posts were helpful in pulling this construct together:
134+
135+
* [DB Schema change management with the CDK Custom Resources - Florian Chazel](https://medium.com/i-love-my-local-farmer-engineering-blog/db-schema-change-management-with-the-cdk-custom-resources-f107625de0ab)
136+
137+
* [Use aws cdk to initialize amazon rds instances - Rolando Santamaria Maso, Ramy Nasreldin, Prasanna Tuladhar](https://aws.amazon.com/blogs/infrastructure-and-automation/use-aws-cdk-to-initialize-amazon-rds-instances/)
138+
139+
* [AWS lambda database migrations - David Koblas](https://www.skitoy.com/p/aws-lambda-database-migrations/644/)
140+
129141
## License
130142

131143
This project is licensed under the Apache-2.0 License.

0 commit comments

Comments
 (0)