-
I have a serverless.yml that looks like
```
service: myapp-${opt:stage, self:provider.stage}
custom:
serverless-offline:
port: 3001
myStage: ${opt:stage, self:provider.stage}
myE…
-
Here's the relevant connfig in my action:
```yml
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn install
- name: Test serverless invoke…
-
- Testing lambda function
- trying to call process.env.variableName
- getting undefined
- printed out environment variables, they're not in the list
- environment variables are accessible in regul…
-
As the number of patients increases, the time taken to calculate the positions of their nodes also linearly scales. As such, with every passing day, new patients get added, making the cluster graph pr…
-
When I run serverless offline and change something on a lambda function the next time the app tries to access an endpoint that uses `sharp` it throws this error:
```bash
Something went wrong ins…
-
Normally each nitro build is against one specific deployment preset and consistent with the development environment.
Sometimes it is desired that the same codebase be splitted across different depl…
-
### Use case description
Currently, the Framework generates the base name as `-`. This base name is used for the CloudFormation stack name and as a prefix for various generated …
-
**Describe the Issue:**
Hi! I'm trying to use doctl to deploy a serverless function with a cron trigger. When I run the `doctl serverless deploy` command my function is deployed but the trigger is …
-
This error happens when I attempt to encrypt. The alias for my KMS is PhotoboothConn
```
service: userApi
provider:
...
plugins:
- serverless-crypt
custom:
- cryptKeyId: ${env:Photo…
-
Another question, might be unrelated and too specific:
My application needs also to be connected to 50 domains. With API Gateway it was easy, I would just create an ACM certificate for them and map t…