Skip to content

Commit

Permalink
build(craft): Remove Python 2.7 support for AWS Lambda layers (#1241)
Browse files Browse the repository at this point in the history
Since Python 2.7 is no longer supported, there's no point in having it as a compatible runtime for the created layers.
  • Loading branch information
iker-barriocanal committed Nov 5, 2021
1 parent 81b2c70 commit ed4ba68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ targets:
# On the other hand, AWS Lambda does not support every Python runtime.
# The supported runtimes are available in the following link:
# https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html
- python2.7
- python3.6
- python3.7
- python3.8
Expand Down

0 comments on commit ed4ba68

Please sign in to comment.