-
This issue is for the short workshop on [Create Serverless Logic with Azure Functions](https://github.com/microsoft/workshop-library/blob/main/full/azure-functions/README.md) being translated into Spa…
-
### Use case description
_Goal is to pave path for https://github.com/serverless/serverless/issues/4313_
Currently Framework creates one IAM role, in which all needed stateme…
-
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…
-
~~_Summary:_ The community is requesting that we update `@vercel/node` to a more recent version of `typescript`.~~
_Updated summary:_
>Vercel should either
>- Run the version of typescript that …
-
### 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
I'm customizing entries on webpack to inject common funcionality, like source-map support and tracing modules. If I package functions individually, it d…
-
# 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 …
-
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',
}…
-
# This is a Feature Proposal
## Description
When tearing down lambda functions inside of a VPC, the wait time has been noticed to be around 40 minutes as cloudformation removes the `ENI`s asso…
-
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…