Skip to content

Commit 40f98db

Browse files
authoredJun 22, 2023
aws-lambda-ric 3.0.0 release (#70)
* Update to aws-lambda-ric 3.0.0 release
1 parent 8d1ff4c commit 40f98db

File tree

122 files changed

+7292
-8010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+7292
-8010
lines changed
 

‎.dockerignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
node_modules
22
**/node_modules
33

4+
# Required for the async_init_with_node_modules unit test
5+
!test/handlers/async_init_with_node_modules/node_modules
6+
47
build
58
**/build
69

7-
lib
8-
**/lib
10+
dist
11+
**/dist
912

1013
.idea
1114
**/.idea
1215

1316
package-lock.json
1417
**/package-lock.json
1518

16-
test/integration/*.ts
17-
1819
.git
1920
.DS_STORE

‎.eslintignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
**/node_modules
3+
4+
async_init_package
5+
test-handlers
6+
7+
dist/**

0 commit comments

Comments
 (0)
Please sign in to comment.