diff options
| author | robinld <robin.leon.davis@gmail.com> | 2023-11-14 15:00:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-14 15:00:01 -0800 |
| commit | 4e15b4e883c32de1831cc6bae6d790e9d5d1648c (patch) | |
| tree | 89dd87b20cbe4bdc9b8283e6b41b12ef5fe411fb | |
| parent | 689e3c87a851a331c4b084cc211d5d90b29ce6bd (diff) | |
python3.7 -> python3.12
Python 3.7 is EOL: https://devguide.python.org/versions/
| -rw-r--r-- | cf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -434,7 +434,7 @@ Resources: Handler: index.handler
MemorySize: 128
Role: !GetAtt SetDNSRecordLambdaRole.Arn
- Runtime: python3.7
+ Runtime: python3.12
Timeout: 20
LaunchEvent:
|
