Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/subnet-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkerrigan committed Apr 19, 2023
2 parents 8ca8ed2 + 338b6f5 commit c3e9ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c7n/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class LambdaMode(ServerlessExecutionMode):
'concurrency': {'type': 'integer'},
# Do we really still support 2.7 and 3.6?
'runtime': {'enum': ['python2.7', 'python3.6',
'python3.7', 'python3.8', 'python3.9']},
'python3.7', 'python3.8', 'python3.9', 'python3.10']},
'role': {'type': 'string'},
'handler': {'type': 'string'},
'pattern': {'type': 'object', 'minProperties': 1},
Expand Down

0 comments on commit c3e9ba8

Please sign in to comment.