-
# Bug Report
Setting existing:true on S3 bucket causes deployment to fail
## Description
1. What did you do?
Added existing:true to S3 function. The deployment works correctly for a new bucket…
-
### What happened?
I've been getting the following error message lately during `pulumi up` in our CI:
```
err?: Error: Command failed with exit code 255: pulumi up --yes --skip-preview --parallel …
-
I have the following line in my config:
```yaml
provider:
name: aws
# ...
environment: ${file(../../serverless/consumer_env.yml)}
```
When I run `serverless deploy` I see the followin…
-
Really enjoying the book, but when I try to deploy, I keep getting this error message:
Error message:
An error occurred: RDSSubnetGroup - Some input subnets in :[subnet-04cb33f4001924f59, subne…
-
There was a change introduced in Serverless 1.60.2 that is causing issues with this plugin. See [this issue](https://github.com/serverless/serverless/issues/7206) on the Serverless project.
I'd lov…
-
# This is a Bug Report
## Description
* What went wrong?
Deploying with version 1.43.0 to AWS fails with an error indicating that the `serverless-state.json` file cannot be found. The sa…
-
Currently if deploying first to the default stage (as specified in the `provider` settings or by default) with `sls deploy` and then deploying to a different stage, e.g. `sls deploy --stage production…
-
for some technology constrains, we still want to use lambda to render the nextjs apps, but not lambda edge, but the plugin move complete to component way to deploy nextjs 9 and only apply to lambda ed…
-
# Bug Report
## Description
1. What did you do?
Deployed a serverless application with provisioned concurrency setup, but failed due to FUNCTION_ERROR_INIT_FAILURE
1. What happened?
…
-
# Bug Report
## Description
In reference to the function packaging described in the https://serverless.com/framework/docs/providers/aws/guide/packaging#packaging-functions-separately, I am tryin…