The <site> states that Python is supported - “comi...
# sst
t
The site states that Python is supported - “coming soon”, it says here. The question I have is, how soon?
f
Hey @Tony Boggis, Python runtime is supported. So if you looking to create Python functions, you can already do that. Here’s an example https://github.com/serverless-stack/serverless-stack/tree/master/examples/rest-api-python
Defining resources/stacks currently can only be done in JS/TS. Is that what you are looking to do in Python?
t
Of course that would be ideal (Python for resource definitions), but for now, my focus was on a good example on mixing in the lambda code written in Python (and other languages supported by the AWS lambda framework).