Skip to content

Commit

Permalink
CDK migration & code cleanup (#21)
Browse files Browse the repository at this point in the history
* feat: migrate to aws-cdk-lib 2.x

* feat: renamed app tree constructs and revert to normal email format

- also added developer stack for testing purposes
  • Loading branch information
alvyn279 authored Dec 26, 2021
1 parent e1c6c02 commit 158c304
Show file tree
Hide file tree
Showing 10 changed files with 5,032 additions and 3,643 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": ["airbnb", "airbnb-typescript/base"],
"parser": "@typescript-eslint/parser",
"extends": [
"airbnb-base",
"eslint:recommended",
"plugin:jest/recommended"
],
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ cdk.out

# IDEs
.idea
.vscode

# jsii, handles generating tsconfig
dist
/tsconfig.json
tsconfig.tsbuildinfo
Loading

0 comments on commit 158c304

Please sign in to comment.