sst / sst

Build modern full-stack applications on AWS

Home Page:https://sst.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Function]: Update python runtime

pholik opened this issue · comments

Executing lambdacontext method get_remaining_time_in_millis() is raising an error:

TypeError: unsupported operand type(s) for -: 'str' and 'int'

for python runtime. Wrong casting is performed at sst/support/python-runtime/runtime.py.