serverless-disable-aws-outputs

1.0.0 • Public • Published

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'
        }
    }
}
`

Package Sidebar

Install

npm i serverless-disable-aws-outputs

Weekly Downloads

129

Version

1.0.0

License

MIT

Unpacked Size

1.75 kB

Total Files

3

Last publish

Collaborators

  • victorhugo