https://github.com/moznion/p5-app-perlambda
A CLI tool for managing Lambda functions with Lambda Perl layer
https://github.com/moznion/p5-app-perlambda
Last synced: about 1 year ago
JSON representation
A CLI tool for managing Lambda functions with Lambda Perl layer
- Host: GitHub
- URL: https://github.com/moznion/p5-app-perlambda
- Owner: moznion
- License: other
- Created: 2019-01-23T16:07:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T01:51:48.000Z (over 7 years ago)
- Last Synced: 2025-02-16T02:20:15.465Z (over 1 year ago)
- Language: Perl
- Homepage: https://metacpan.org/release/App-Perlambda
- Size: 15.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
App::Perlambda - A CLI tool for managing Lambda functions with Lambda Perl layer.
# SYNOPSIS
$ perlambda dist ... # Make a zip archive for Lambda function
$ perlambda create ... # Create a Lambda function on AWS with perl layer
$ perlambda update ... # Update the Lambda function code.
$ perlambda help
# DESCRIPTION
App::Perlambda is a CLI tool for managing Lambda functions with Lambda Perl layer.
This CLI tool aims to manage the Lambda function with Lambda Perl layer: [aws-lambda-perl5-layer](https://github.com/moznion/aws-lambda-perl5-layer).
Please refer to the following for a concrete example: [aws-lambda-perl5-layer-example](https://github.com/moznion/aws-lambda-perl5-layer-example)
# REQUIREMENTS
- Perl 5.26 or later
- Docker
- [AWS::CLIWrapper](https://metacpan.org/pod/AWS::CLIWrapper)
This tool uses Docker and [AWS::CLIWrapper](https://metacpan.org/pod/AWS::CLIWrapper).
# LICENSE
Copyright (C) moznion.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# AUTHOR
moznion