Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
d8831a4
Checking in three new patterns - activemq-private-lambda-python-sam, …
indranil-banerjee-aws Jun 13, 2026
7465bd5
Fixed CloudFormation template and SAM template in activemq-private-la…
indranil-banerjee-aws Jun 15, 2026
72cf840
Fixed CloudFormation template and SAM template in activemq-private-la…
indranil-banerjee-aws Jun 15, 2026
af96c89
Fixed CloudFormation template and SAM template in activemq-private-la…
indranil-banerjee-aws Jun 15, 2026
a14e673
Fixed CloudFormation template and SAM template in activemq-private-la…
indranil-banerjee-aws Jun 16, 2026
20a1332
Fixed CloudFormation template and SAM template in activemq-private-la…
indranil-banerjee-aws Jun 16, 2026
f07248d
Fixed CloudFormation template and SAM template in activemq-private-la…
indranil-banerjee-aws Jun 18, 2026
df92ff3
Fixed CloudFormation template and SAM template in rabbitmq-private-la…
indranil-banerjee-aws Jun 18, 2026
9528f3d
Fixed CloudFormation template and SAM template in rabbitmq-private-la…
indranil-banerjee-aws Jun 18, 2026
d0f7505
Fixed CloudFormation template and SAM template in documentdb-lambda-p…
indranil-banerjee-aws Jun 19, 2026
3a0e831
Fixed CloudFormation template and SAM template in documentdb-lambda-p…
indranil-banerjee-aws Jun 19, 2026
b4fc8ab
Fixed maven installation in the MSKAndKafkaClientEC2.yaml files in th…
indranil-banerjee-aws Jun 22, 2026
d96aa7a
Made some changes to the pom.xml and the location of Kafka in the CLo…
indranil-banerjee-aws Jun 24, 2026
da99910
Made some changes to the pom.xml and the location of Kafka in the CLo…
indranil-banerjee-aws Jun 25, 2026
bced60a
Made some changes to the pom.xml and the location of Kafka in the CLo…
indranil-banerjee-aws Jun 25, 2026
121b52e
Fixed some minor issues in the example-pattern.json files and README.…
indranil-banerjee-aws Jun 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions activemq-private-lambda-python-sam/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

node_modules
npm-debug.log
package-lock.json
package
*out.yml
out.json
bucket-name.txt
target
build
.gradle
*.zip
bin
obj
Gemfile.lock
lib
__pycache__
*.pyc
.classpath
.factorypath
.project
.settings/*
.aws
.sam
.aws-sam
samconfig.toml
__init__.py
.DS_Store
.project
org.eclipse.jdt.core.prefs
org.eclipse.core.resources.prefs
Loading