Skip to content

Commit ed4ba68

Browse files
build(craft): Remove Python 2.7 support for AWS Lambda layers (#1241)
Since Python 2.7 is no longer supported, there's no point in having it as a compatible runtime for the created layers.
1 parent 81b2c70 commit ed4ba68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.craft.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ targets:
1818
# On the other hand, AWS Lambda does not support every Python runtime.
1919
# The supported runtimes are available in the following link:
2020
# https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html
21-
- python2.7
2221
- python3.6
2322
- python3.7
2423
- python3.8

0 commit comments

Comments
 (0)