Orr Levinger
Orr Levinger
When i redeploy my lambda it uses the layer version 1 even though i the latest version is 2 after changing the package.json i changed it manually and it works...
**Describe the bug** This bug happens to me only when running in a lambda. When running locally this doesnt happen. here are my libs versions: dynamo-easy version: 8.0.0-next.3 aws v3...
configuration: ``` serverless-layers: - common: dependenciesPath: ./package.json layersDeploymentBucket: ${self:custom.base}-layers ``` version: "serverless-layers": "2.6.1", lambda: ``` onMessageEvent: handler: src/functions/events/on-message-event.handler timeout: 180 provisionedConcurrency: 1 ``` Error: 2023-04-01T15:18:32.287Z undefined ERROR Uncaught Exception {...
serverless-export-env:2.2.0 node: 18 serverless: 3.24.1 in my serverless.tml in the environments section i have: environment: `APPSYNC_URL: !Sub ${Blindchat${sls:stage}GraphQlApi.GraphQLUrl}` then i run: `sls export-env -s dev --all` and in the .env...
the repository is missing proccess_all and some lambda functions that u show in the demo..