You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ The Ruby Runtime Interface Client package currently supports ruby 3.0 and above.
14
14
15
15
## Migration from 2.x to 3.x
16
16
17
-
**Change**: Version 3.0.0 introduced a change in how the handler is specified:
17
+
**Important**: Version 2.x is deprecated. Please upgrade to version 3.x. For more information about Lambda runtime support, see the [AWS Lambda runtimes documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html).
18
+
19
+
**Breaking Change**: Version 3.0.0 introduced a change in how the handler is specified:
18
20
19
21
-**Version 2.x**: Handler was passed as a command line argument
20
22
-**Version 3.x+**: Handler must be specified via the `_HANDLER` environment variable
0 commit comments