Skip to content

Update lambda.rst #1738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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 _includes/requirements/lambda.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The Splunk OpenTelemetry Lambda layer supports the following runtimes in AWS Lambda:

- Java 8.al2, 11, 17, and 21
- Python 3.8 and higher
- Python 3.9 and higher
- Node.js 14 and higher
- Go 1.21

Expand Down
2 changes: 1 addition & 1 deletion _includes/requirements/python.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The agent of the Splunk Distribution of OpenTelemetry Python is compatible with Python 3.7 and higher.
The agent of the Splunk Distribution of OpenTelemetry Python is compatible with Python 3.9 and higher.
4 changes: 2 additions & 2 deletions locales/ja_JA/LC_MESSAGES/_includes.po
Original file line number Diff line number Diff line change
Expand Up @@ -5910,8 +5910,8 @@ msgid "Java 8.al2, 11, 17, and 21"
msgstr "Java 8.al2、11、17、21"

#: ../../_includes/requirements/lambda.rst:4
msgid "Python 3.8 and higher"
msgstr "Python 3.8以上"
msgid "Python 3.9 and higher"
msgstr "Python 3.9以上"

#: ../../_includes/requirements/lambda.rst:5
msgid "Node.js 14 and higher"
Expand Down
4 changes: 2 additions & 2 deletions locales/ja_JA/LC_MESSAGES/gdi.po
Original file line number Diff line number Diff line change
Expand Up @@ -28493,8 +28493,8 @@ msgid "Java 8.al2, 11, 17, and 21"
msgstr "Java 8.al2、11、17、21"

#: ../../_includes/requirements/lambda.rst:4
msgid "Python 3.8 and higher"
msgstr "Python 3.8以上"
msgid "Python 3.9 and higher"
msgstr "Python 3.9以上"

#: ../../_includes/requirements/lambda.rst:5
msgid "Node.js 14 and higher"
Expand Down
Loading