Hello community!
I’ve developed a package using Python 3.12 and am now building an AWS Lambda function with it, deployed via the Serverless Framework.
I’m using the open-source version of Serverless. Could someone confirm whether deploying Lambda functions using Python 3.12 or greater versions with Serverless Framework incurs any additional charges (outside of AWS usage costs)?
Also, has anyone encountered any issues specifically when using Python 3.12 or greater version with Serverless Framework? Any tips or compatibility concerns I should be aware of?
Thanks in advance!