NAME
App::Perlambda::CLI::Update - Update the Lambda function code.
SYNOPSIS
$ perlambda update [--profile=<your AWS profile>] [--region=<AWS region of Lambda function>] <func name> <zip file path>
DESCRIPTION
This command updates the Lambda function code by zip archive.
This command uses AWS::CLIWrapper so it requires aws
command is on your PATH. For more information, please see: https://aws.amazon.com/cli/
COMMANDLINE OPTIONS
--profile
(Optional)
Default: your system default
Your AWS profile.
--region
(Optional)
Default: your system default
AWS region of your Lambda function.
REQUIREMENTS
Perl 5.26 or later
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 <moznion@gmail.com>