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