Hi everyone. I am unable to find a documented evidence for the min aws provider version required for lambda python runtimes 3.10, 3.11, 3.12. Can someone point to the references?
@imharshitagrawal This is not governed by the provider but by AWS in general. The aws_lambda_function doc will lead you to the CreateFunction API doc for the list valid runtimes (the technical values listed aren’t necessarily logically supported), which in turns points you to the list of supported runtimes that lists python3.10 as the oldest supported Python runtime.