Skip to content

Commit b521b7c

Browse files
author
AntoniaSzecsi
committed
Update README with deprecation message of 2.x versions
1 parent 6334582 commit b521b7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ The Ruby Runtime Interface Client package currently supports ruby 3.0 and above.
1414

1515
## Migration from 2.x to 3.x
1616

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:
1820

1921
- **Version 2.x**: Handler was passed as a command line argument
2022
- **Version 3.x+**: Handler must be specified via the `_HANDLER` environment variable

0 commit comments

Comments
 (0)