-
I'm getting this warning while deploying using serverless cli
```
Serverless: Configuration warning at 'functions.cron.events[0].schedule': unrecognized property 'timezone'
Serverless:
Serverles…
-
# Bug Report
> "serverless": "^1.66.0",
## Description
```yaml
org: teamingcloud
app: teaming-cloud-backend
service:
name: teaming-cloud-backend
custom:
stage: ${opt:stage, 'de…
-
I recently added support for IAM policies (https://github.com/serverless/serverless-google-cloudfunctions/pull/219), and it appears that using it is causing deploys to fail (https://github.com/serverl…
-
At the moment, we support deployment and execution at the AWS cloud only. This has several disadvantages: local environment would provide much quicker testing and development, and would allow others t…
-
Hi! Loved SST, thank you so much for all the work over the years! Curious when python lambda functions will be supported for AWS? I think it might help adoption too because right now AI development is…
-
Let’s say I have code like this in serverless.ts:
```
import { AWS } from '@serverless/typescript'
import app from '@functions/app` // this is a js/typescript lambda config blob
const sererlessCon…
-
I have enabled lambda insights in my project with serverless:
npm install --save-dev serverless-plugin-lambda-insights => "serverless-plugin-lambda-insights": "^2.0.0",
```
custom:
lam…
-
### Description
apiVersion: apisix.apache.org/v2
kind: ApisixRoute
metadata:
name: feeservice-route-test
namespace: feeservice-test
annotations:
cert-manager.io/cluster-issuer: "letse…
-
I am playing around with the preview of the Key Vault integration as outlined here:
https://azure.microsoft.com/en-us/blog/simplifying-security-for-serverless-and-web-apps-with-azure-functions-and-ap…
-
Hi All,
we are seeing the error "[ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined" after adding the serverless-bundle plugin.
error stack:
erverless: Auto …