i want a good cms/backend application to create/manage API on AWS. strapi fits well for my requirement. but i dont want to use EC2, lightsail, beanstalk etc
i want to use strapi on aws lambda is it possible to deploy strapi on aws lambda?
i want a good cms/backend application to create/manage API on AWS. strapi fits well for my requirement. but i dont want to use EC2, lightsail, beanstalk etc
i want to use strapi on aws lambda is it possible to deploy strapi on aws lambda?
There is a discussion about it in https://github.com/strapi/strapi/issues/1908
It states the issue with runnig stapi on lambda is
Currently there is a long bootup process which makes hosting strapi in an environment like aws lambda impractical since it has to boot the app for each request.
The latest comment from the team says
We will not work on it for now. We will communicate if something changes on this topic.
I love strapi is an awesome tool. In my opinion if laravel can be installed in lambda, strapi can run. https://medium.com/artisanhost/hosting-a-laravel-application-on-aws-lamdba-90b7133c8578
The strapi core is koa. https://github.com/matthewmueller/lambda-serve In my opinion you can run strapi in AWS Lambda.
It's not possible because Strapi has a monolithic architecture.
So it's doesn't match with an AWS Lambda usage.