Serverless Function Outputs

homepage icon https://github.com/RogerBarreto/serverless-function-outputs
Follow @RogerBarreto

Tracked

NPM Downloads Last Month
4277
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

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.