Deploy Flask Application on AWS Lambda | Serverless Deployment in 7 Minutes by awsmasterchef

preview_player
Показать описание
In this video we have seen how we can deploy Flask app on serverless using aws lambda and api gateway

@AWS @gskfacts123 @awsdevelopers

Host flask app on AWS lambda
how to run api on AWS lambda and api gateway
flask app on aws lambda
deploy flask app on aws lambda

deploy flask app on aws lambda
serverless deployment
deploy Flask application on lambda
Рекомендации по теме
Комментарии
Автор

Thanks a lot bro, was looking for this everywhere

meptz
Автор

Great tutorial i learned a lot. Thank you very much

ohWAFE
Автор

Can you please tell me how to create lambda layer from where you have taken the arn.
Thanks and regards

brajeshsaxena
Автор

The awsgi layer is not working. Function does not find the module

darianamsanchez
Автор

Thanks for the video, currently the code is working fine with a basic lambda function, but what if we need to re route it to a html page instead of returning jsonify message

pavanrayal
Автор

I did this, but images do not load, and css does not load. Tried messing with settings. Will have to try again with docker.

nattyzaddy
Автор

If I am trying to deploy a function that uses AI models is it okay to put all my dependencies and the models in a zip file to upload as a layer?

The reason I ask is because I am trying to upload a zip file but it is ~550MB and Lambda Layers says that it has to be less than about 250MB I think.

Any way around this?

Could I possibly upload the zip files in different parts to create multiple layers?

LifeSurf
Автор

hello! Will the app run continuously on lambda until it times out (15 min), or will it start when you hit it with a request, server the request and the stop?

nazariistakhovskyi
Автор

Hello will it work fine with app which need to interact with data in order to function properly?

bipulkumarsinghit
Автор

can we deploy face emotion recognition website too ?

anonymoustrolls
Автор

How to upload zip file using s3 bucket

chiraggarg
Автор

How you created that ARN? that step is missing.

sugunankumaraguru