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
Presently, STeLLAR deploys Azure Functions using the Serverless Framework. Unfortunately, they have announced that non-AWS providers will no longer be supported in Serverless Framework V4. We may require alternative methods of deployment for Azure Functions, such as by using the Azure CLI directly.
As an interim measure, we can continue to use Serverless Framework V3 (install using npm i [email protected]). It will be "maintained via critical security and bug fixes through 2024".
The text was updated successfully, but these errors were encountered:
Presently, STeLLAR deploys Azure Functions using the Serverless Framework. Unfortunately, they have announced that non-AWS providers will no longer be supported in Serverless Framework V4. We may require alternative methods of deployment for Azure Functions, such as by using the Azure CLI directly.
As an interim measure, we can continue to use Serverless Framework V3 (install using
npm i [email protected]
). It will be "maintained via critical security and bug fixes through 2024".The text was updated successfully, but these errors were encountered: