Hi All ,
Using serverless can I include custom 3rd part packages along with build. To explain in details… …Suppose I am building FaaS in AWS Lambda in Python and need to connect with some Oracle DB , So i need to include oracle jar file. Can I include this jar file along with my build at the time of deployment? If yes , is there any specific step need to take or just “Serverless deploy” command will take care of this .
Including 3rd part packages along with build is right approach or is there any other way for this type of scenario as wee need to take care for code sizing as well.