RogerBarreto / serverless-function-outputs

This plugin adds the the functions ARN to the CloudFormation stack outputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Parameters

This plugin adds the possibility to add [CloudFormation function Raw Arn/Name outputs]

Installation

Install the plugin through npm: npm install serverless-function-outputs. Add it your Serverless plugin list:

plugins:
  - serverless-function-outputs

Usage

Automatically your stack will output your lambda functions Name and Arns.

About

This plugin adds the the functions ARN to the CloudFormation stack outputs

License:MIT License


Languages

Language:JavaScript 100.0%