forked from codemonger-io/codemonger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `README.md` briefly explains this library. issue codemonger-io#4
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[English](./README.md) / 日本語 | ||
|
||
# CDKスタックの共通ライブラリ | ||
|
||
このレポジトリのCDKスタックで共有される型や関数を提供します。 | ||
|
||
## このライブラリの使い方 | ||
|
||
このライブラリはこのレポジトリのCDKスタックからローカルにリンクすることを意図しています。 | ||
今のところ以下のスタックがこのライブラリをリンクしています。 | ||
- [`../cdk`](../cdk/README.ja.md) | ||
- [`../cdk-ops`](../cdk-ops/README.ja.md) | ||
|
||
このフォルダへの変更は上記のCDKスタックに反映されます。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
English / [日本語](./README.ja.md) | ||
|
||
# Common library for CDK stacks | ||
|
||
Provides types and functions shared among CDK stacks in this repository. | ||
|
||
## How to use this library | ||
|
||
This library is inteded to be locally linked from CDK stacks in this repository. | ||
The following stacks link this library so far, | ||
- [`../cdk`](../cdk) | ||
- [`../cdk-ops`](../cdk-ops) | ||
|
||
Changes on this folder will be reflected to the above CDK stacks. |