Skip to content

Commit 5e2e0b1

Browse files
authored
Merge branch 'main' into s3-lambda-bedrock
2 parents 7b2446f + 7878cd2 commit 5e2e0b1

793 files changed

Lines changed: 22856 additions & 900 deletions

File tree

Some content is hidden

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

activemq-lambda-sam-java/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Event driven Amazon MQ for ActiveMQ message processing using AWS La
44

55
Globals:
66
Function:
7-
Runtime: java21
7+
Runtime: java25
88
MemorySize: 512
99

1010
Parameters:

activemq-lambda/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Resources:
7373
Properties:
7474
CodeUri: mq_listener/
7575
Handler: app.lambda_handler
76-
Runtime: python3.9
76+
Runtime: python3.14
7777
Architectures:
7878
- x86_64
7979
Events:
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Compiled class file
2+
*.class
3+
4+
# Log file
5+
*.log
6+
7+
# BlueJ files
8+
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
11+
.mtj.tmp/
12+
13+
# Package Files #
14+
*.jar
15+
*.war
16+
*.nar
17+
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
replay_pid*
25+
26+
node_modules
27+
npm-debug.log
28+
package-lock.json
29+
package
30+
*out.yml
31+
out.json
32+
bucket-name.txt
33+
target
34+
build
35+
.gradle
36+
*.zip
37+
bin
38+
obj
39+
Gemfile.lock
40+
lib
41+
__pycache__
42+
*.pyc
43+
.classpath
44+
.factorypath
45+
.project
46+
.settings/*
47+
.aws
48+
.sam
49+
.aws-sam
50+
samconfig.toml
51+
__init__.py
52+
.DS_Store
53+
.project
54+
org.eclipse.jdt.core.prefs
55+
org.eclipse.core.resources.prefs

0 commit comments

Comments
 (0)