You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Services which allow one to make their application serverless (i.e. AWS Lambda) are becoming increasingly popular. You only pay for code executed. No renting servers etc. This cuts costs extremely for growing applications and allows for easy endless scaling.
There's currently barely any material available for running a PHP application with a Serverless service. I hope someone can pick this up and write some instructions on how to make their Yii2 application serverless through AWS Lambda/Google Cloud Functions, or perhaps combined with the Serverless Framework: https://github.com/serverless/serverless
List of the most popular Serverless architectures:
Amazon AWS Lambda
Google Cloud Functions
Microsoft Azure Functions
IBM OpenWhisk
The text was updated successfully, but these errors were encountered:
Services which allow one to make their application serverless (i.e. AWS Lambda) are becoming increasingly popular. You only pay for code executed. No renting servers etc. This cuts costs extremely for growing applications and allows for easy endless scaling.
There's currently barely any material available for running a PHP application with a Serverless service. I hope someone can pick this up and write some instructions on how to make their Yii2 application serverless through AWS Lambda/Google Cloud Functions, or perhaps combined with the Serverless Framework: https://github.com/serverless/serverless
List of the most popular Serverless architectures:
The text was updated successfully, but these errors were encountered: