serverless-azure-functions
serverless-azure-functions copied to clipboard
Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
# This is a Feature Proposal ## Description When using this plugin with serverless-plugin-typescript, the scriptFile will be in a different location (.build folder). We need a way to tell...
# This is a Bug Report ## Description When I run `sls deploy` or `sls offline` with the following code (sendGrid block), the plugin says, that binding is not supported...
# This is a Bug Report ## Description - What went wrong? In the last 2 days, when deploying a new function, the provisioning phase throw an error on the...
# This is a Bug Report ## Description - What went wrong? Deploying an event hub trigger doesn't set the cardinality in 2.0.9. This worked at least on 1.0.2-16 which...
# This is a Feature Proposal ## Description Azure supports an extended JSON format for its ARM templates that includes support for comments and multi-line strings. But these templates are...
# This is a Bug Report ## Description - What went wrong? - `sls package --package YOUR_DIR` is ignored (hard-coded to `.serverless`, see https://github.com/serverless/serverless-azure-functions/blob/master/src/services/compilerService.ts#L31) - What did you expect should...
version: 2.1.0 ``` Your Environment Information --------------------------- Operating System: darwin Node Version: 14.17.0 Framework Version: 2.44.0 Plugin Version: 5.2.0 SDK Version: 4.2.3 Components Version: 3.11.0 ``` in the root of...
``` 10:02 $ serverless -v Framework Core: 2.44.0 Plugin: 5.2.0 SDK: 4.2.3 Components: 3.11.0 ``` ``` serverless create -t azure-python -p test1 cd test1 npm install ``` ``` serverless offline...
Are durable functions supported in serverless? and can anyone give me a javascript exmaple?
# This is a Feature Proposal ## Description - [Durable Functions](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview) is a pretty cool differentiation between Azure Functions and other serverless offerings. It would be cool to see what...