AWS-Lambda
view release on metacpan or search on metacpan
examples/cgi/README.md view on Meta::CPAN
# An example of CGI Application
It is an example of [Common Gateway Interface](https://en.wikipedia.org/wiki/Common_Gateway_Interface) application.
Demo program comes from [WwwCounter](https://www.tohoho-web.com/soft/wwwcounter/readme.html) authored by [æç«ã
](https://www.tohoho-web.com/wwwwho.html)(tohoho).
The example is built as [AWS Serverless Application Model](https://aws.amazon.com/serverless/sam/)(SAM).
Install SAM CLI and run the following commands.
```console
make build
sam deploy --guide
```
( run in 0.874 second using v1.01-cache-2.11-cpan-f56aa216473 )