Walid Karray
Walid Karray
You can check this solution : https://github.com/tux86/nestjs-serverless-boilerplate
It's really blocking for my monorepo project. Today I have 5 micorservices and all common plugins configs are shared in **serverless-common.yml**. **Abstract monorepo project structure:** ``` services/ - service-a/ -...
> @tux86 we've already proposed a solution (it's outlined in description), and I believe it addresses your use case well. Have you read it? Yes it's resolve well my problem....
We have the same error we had serious problems with our production environment since few weeks ago. I switched to env variables and I disabled secretsManager client.
use : serverless-plugin-ifelse ``` custom: serverlessIfElse: - If: '"${self:custom.isOffline}" != "true"' Exclude: - functions.websocket.handler - functions.authorizer.handler - functions.cognitoTriggersHandler.handler ```
Another way to solve this and doesn't require any plugin: The trick here that we have created two separate files ( functions.offline.yaml , functions.yaml) , the first one for the...
I've written a bash script to generate Tailscale SSL certificates and configure them as the default certificate for your Synology. sudo ./renew_tailscale_cert.sh ``` #!/bin/bash # Exit if not running as...
I have the same issue, my (temporary) workaround is to use IS_LOCAL inorder to set dynamically basepath of assets you want include. Like shown below.  My function name is...
If you are using qBittorrentVPN with Synology DSM 7.x and want to set up a VPN, utilize this Docker Compose template: ``` version: '3.3' services: qbittorrentvpn: image: markusmcnugen/qbittorrentvpn container_name: qbittorrentvpn...