Serverless plugin to disable default aws outputs from sls
Install the plugin to your project:
npm install serverless-disable-aws-outputs --save
Add the plugin and its configuration to your serverless project:
plugins:
- serverless-disable-aws-outputs
Next are the outputs that will be removed:
{
ServerlessDeploymentBucketName: { Value: 'anyval' },
DoDashloansDashpaymentDashhttpLambdaFunctionQualifiedArn: {
Description: 'Current Lambda function version',
Value: {
Ref: 'DoDashloansDashpaymentDashhttpLambdaVersionJciX2bVN'
}
}
}
`