Skip to content

Commit 174cc3a

Browse files
Apply suggestions from code review
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Ruben Fonseca <[email protected]>
1 parent 6d668d9 commit 174cc3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/batch_processing/sam/dynamodb_batch_processing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Globals:
66
Function:
77
Timeout: 5
88
MemorySize: 256
9-
Runtime: python3.9
9+
Runtime: python3.10
1010
Tracing: Active
1111
Environment:
1212
Variables:

examples/batch_processing/sam/kinesis_batch_processing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Globals:
66
Function:
77
Timeout: 5
88
MemorySize: 256
9-
Runtime: python3.9
9+
Runtime: python3.10
1010
Tracing: Active
1111
Environment:
1212
Variables:

examples/batch_processing/sam/sqs_batch_processing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Globals:
66
Function:
77
Timeout: 5
88
MemorySize: 256
9-
Runtime: python3.9
9+
Runtime: python3.10
1010
Tracing: Active
1111
Environment:
1212
Variables:

0 commit comments

Comments
 (0)