1.0.0 • Published 3 years ago

serverless-disable-aws-outputs v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

disable-aws-outputs

serverless

Serverless plugin to disable default aws outputs from sls

Usage

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

Output to be removed

Next are the outputs that will be removed:

{
    ServerlessDeploymentBucketName: { Value: 'anyval' },
    DoDashloansDashpaymentDashhttpLambdaFunctionQualifiedArn: {
        Description: 'Current Lambda function version',
        Value: {
            Ref: 'DoDashloansDashpaymentDashhttpLambdaVersionJciX2bVN'
        }
    }
}
`