blochmat

Results 3 comments of blochmat

I am using `[email protected]`, `[email protected]` and `[email protected]` and ran into the same issue. serveless plugins: ``` plugins: [ 'serverless-dotenv-plugin', 'serverless-webpack', 'serverless-webpack-prisma', 'serverless-plugin-typescript', 'serverless-offline' ], ``` It seems that using `serverless-plugin-typescript`...

+1 Solution that worked for me: - Remove/Comment lambda layer refs in function declaration - Deploy - Add/Uncomment lambda layer refs in function declaration