cdk for deploying stack with http

This commit is contained in:
Matthew Zhao
2021-03-02 22:57:49 -08:00
parent 78c06f8fc4
commit 9b1a240837
11 changed files with 14377 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};