-
I'm getting the following error when adding a 'vendor' property to a function.
```
Warning: Invalid configuration encountered at 'functions.hello': unrecognized property 'vendor'
```
For cont…
-
# This is a Bug Report
## Description
- What went wrong?
Created a new serverless azure function, trying to run/deploy it
- What did you expect should have happened?
Should work
- What …
-
### What's happening
When I use armTeplate sometimes the deployment of the functions fails with "functionApp cannot be null or undefines
The armTemplate is deployed succesfully.
### Versions
…
-
# This is a Bug Report
## Description
* What went wrong?
`Fn::GetAtt` was not evaluated inside the `input` field
* What did you expect should have happened?
The `ClusterArn` field in `i…
-
Edge Functions is mistakenly identified as Serverless Functions after being packaged by rollup.
```ts
// api/hello.ts or api/hello.js
export const config = {
runtime: 'experimental-edge',
}…
-
## User Story
**As a** DevOps
**I want to** use a serverless solution as execution environment
**In order to** take advantage of benefits such as the better scalability.
## Acceptance Criter…
-
#This is a Bug Report
## Description
When i try sls deploy i get the following output:
Serverless: -> Function App not ready. Retry 0 of 30...
Serverless: -> Function App not ready. Retry 1 …
-
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…
-
**Describe the bug**:
When using Azure Table Client (package `azure-data-tables`) inside an Azure Function instrumented with `elasticapm.contrib.serverless.azure.ElasticAPMExtension` and querying a …
-
# 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
```yml
functions:
…