Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion aws/datadog_policy_macro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Resources:
DatadogPolicyMacroMacroFunction:
Type: AWS::Serverless::Function
Properties:
Runtime: python3.11
Runtime: python3.14
Handler: index.handler
InlineCode: |
import traceback, itertools
Expand Down
2 changes: 1 addition & 1 deletion aws_attach_integration_permissions/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Resources:
LoggingConfig:
ApplicationLogLevel: "INFO"
LogFormat: "JSON"
Runtime: "python3.11"
Runtime: "python3.14"
Timeout: 5
Code:
ZipFile: |
Expand Down
2 changes: 1 addition & 1 deletion aws_llm/attach_security_audit_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Resources:
Type: AWS::Lambda::Function
Properties:
Handler: index.handler
Runtime: python3.11
Runtime: python3.14
Role: !GetAtt DatadogResourceCollectionPermissionHandlerLambdaExecutionRole.Arn
LoggingConfig:
ApplicationLogLevel: "INFO"
Expand Down
2 changes: 1 addition & 1 deletion aws_organizations/main_organizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Resources:
Description: "A function to call the Datadog API."
Role: !GetAtt DatadogAPIHandlerLambdaExecutionRole.Arn
Handler: "index.handler"
Runtime: "python3.11"
Runtime: "python3.14"
Timeout: 30
Code:
ZipFile: |
Expand Down
2 changes: 1 addition & 1 deletion aws_quickstart/datadog_integration_api_call_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Resources:
LoggingConfig:
ApplicationLogLevel: "INFO"
LogFormat: "JSON"
Runtime: "python3.11"
Runtime: "python3.14"
Timeout: 5
Code:
ZipFile: |
Expand Down
2 changes: 1 addition & 1 deletion aws_quickstart/datadog_integration_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Resources:
LoggingConfig:
ApplicationLogLevel: "INFO"
LogFormat: "JSON"
Runtime: "python3.13"
Runtime: "python3.14"
Timeout: 300
Code:
ZipFile: |
Expand Down
2 changes: 1 addition & 1 deletion aws_quickstart/main_extended_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Resources:
LoggingConfig:
ApplicationLogLevel: "INFO"
LogFormat: "JSON"
Runtime: "python3.11"
Runtime: "python3.14"
Timeout: 30
Code:
ZipFile: |
Expand Down
2 changes: 1 addition & 1 deletion aws_quickstart/main_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Resources:
LoggingConfig:
ApplicationLogLevel: "INFO"
LogFormat: "JSON"
Runtime: "python3.11"
Runtime: "python3.14"
Timeout: 30
Code:
ZipFile: |
Expand Down
Loading