Package Exports
- lambda-function-search
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lambda-function-search) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
lambda-function-search
Search your Lambda functions
Usage
Commands
List all Function
$ lfs --region us-east-1
Matched Functions: 5 / 5
====
ContactFormLambda
serverlessContactForm
HelloAlexa
Example
ServerlessTestSearch by Runtime
$ lfs --region us-east-1 --runtime nodejs6.10
Search condition: Runtime === nodejs6.10
Matched Functions: 5 / 43
====
ContactFormLambda
serverlessContactForm
HelloAlexa
Example
ServerlessTest