I'm using the following as a custom serverless-dotenv-plugin plugin configuration: custom: dotenv: path: .env-${opt:stage, 'local'} But what I'm …
serverless-framework serverless serverless-pluginsI'm using Serverless Framework to deploy functions in AWS Lambda, but I can't find where/how I can remove the …
amazon-web-services aws-lambda serverless-framework serverless-plugins