https://github.com/prajithp/p5-mojo-server-awslambda
[EXPERIMENTAL] Mojolicious server for AWS Lambda Functions
https://github.com/prajithp/p5-mojo-server-awslambda
aws aws-lambda mojolicious perl5
Last synced: about 2 months ago
JSON representation
[EXPERIMENTAL] Mojolicious server for AWS Lambda Functions
- Host: GitHub
- URL: https://github.com/prajithp/p5-mojo-server-awslambda
- Owner: Prajithp
- Created: 2020-03-30T05:23:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T13:33:25.000Z (about 6 years ago)
- Last Synced: 2025-02-07T08:27:28.586Z (over 1 year ago)
- Topics: aws, aws-lambda, mojolicious, perl5
- Language: Perl
- Size: 1.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
Mojo::Server::AWSLambda - Mojolicious server for AWS Lambda
# SYNOPSIS
use Mojo::Server::AWSLambda;
my $server = Mojo::Server::AWSLambda->new(app => $mojo_app)->run;
$server->($payload);
# DESCRIPTION
Mojolicious server for AWS Lambda
### THIS MODULE IS EXPERIMENTAL.
# SEE ALSO
- [AWS::Lambda](https://metacpan.org/pod/AWS::Lambda) [p5-Mojo-Server-AzureFunctions](https://github.com/ytnobody/p5-Mojo-Server-AzureFunctions)
# LICENSE
Copyright (C) Prajith P.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# AUTHOR
Prajith P