-
Straight from the [docs](https://www.serverless.com/framework/docs/providers/aws/events/s3/#custom-bucket-configuration), I have
```yml
provider:
s3:
myBucket:
…
-
### Description
apiVersion: apisix.apache.org/v2
kind: ApisixRoute
metadata:
name: feeservice-route-test
namespace: feeservice-test
annotations:
cert-manager.io/cluster-issuer: "letse…
-
### Motivation: Why do you think this is important?
EMR Serverless spark for EKS is now generally available. https://aws.amazon.com/blogs/aws/new-amazon-emr-on-amazon-elastic-kubernetes-service-eks/
…
-
**Describe the bug**
When attempting to create a serverless package without any lambdas (and therefore code for `esbuild` to compile), the package step fails with an error `Error: ENOENT: no such fil…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'…
-
When I try to deploy a serverless project with the `serverless-plugin-include-dependencies` plugin I get the following error:
```
Cannot find module '.../src/function'
```
With the following s…
-
`The CloudFormation template is invalid: Template format error: Unresolved resource dependencies [ServerlessDeploymentBucket] in the Resources block of the template`
I'm getting above error trying …
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'm using th…
-
Serverless now has a new way of installing plugins via the `serverless plugin install` command, however its not currently working for serverless-s3-local - `serverless plugin install --name serverless…
-
I haven't completely narrowed down the problem, but I've noticed that when using serverless-plugin-typescript, this plugin will not include any necessary dependencies. for instance...here's my packag…