watermark logo

পরবর্তী আসছে

স্বয়ংক্রিয় চালু

Deploy your python application along with dependencies to AWS Lambda

0 ভিউ • 10/30/24
শেয়ার করুন
বসান
121gamers
121gamers
14 সাবস্ক্রাইবার
14

while building any python application, you use a lot of different libraries, but the AWS lambda only provides you python runtime that has only the standard python libraries. In order to run your code with additional dependencies, you need to provide those dependencies to AWS lambda yourself.

In this video, I will show you how to create your deployment package(your code and required dependencies) for AWS Lambda.

Github link for steps for creating deployment package: https://github.com/csemanish12/aws-lambda#readme

Github link for sample python code: https://github.com/csemanish12..../aws-lambda/blob/mai

আরো দেখুন
0 মন্তব্য sort ক্রমানুসার
ফেসবুক মন্তব্য

পরবর্তী আসছে

স্বয়ংক্রিয় চালু