Skip to content

Commit 1af5520

Browse files
authored
Merge pull request #2497 from indranil-banerjee-aws/main
msk-lambda-iam-java-sam - Java AWS Lambda Kafka consumer with IAM aut…
2 parents 09995e7 + 019396f commit 1af5520

File tree

16 files changed

+2370
-0
lines changed

16 files changed

+2370
-0
lines changed

msk-lambda-iam-java-sam/.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
node_modules
2+
npm-debug.log
3+
package-lock.json
4+
package
5+
*out.yml
6+
out.json
7+
bucket-name.txt
8+
target
9+
build
10+
.gradle
11+
*.zip
12+
bin
13+
obj
14+
Gemfile.lock
15+
lib
16+
__pycache__
17+
*.pyc
18+
.classpath
19+
.factorypath
20+
.project
21+
.settings/*
22+
.aws
23+
.sam

0 commit comments

Comments
 (0)