AWS-Lambda
view release on metacpan or search on metacpan
1841851861871881891901911921931941951961971981992002012022032040.0.8 2019-08-22T00:01:37Z
- minor fix of typo in the pod
0.0.7 2019-08-21T09:15:30Z
- support XRay and AWS::XRay is pre-installed
- AWS::Lambda::PSGI injects the lambda request id into psgix.request_id
0.0.6 2019-07-16T16:45:33Z
- add Paws layer
0.0.5 2019-05-22T12:42:18Z
- perl 5.30.0 is released
- Support the AWS Asia Pacific (Hong Kong) Region (ap-east-1)
0.0.4 2019-04-20T07:09:46Z
- perl 5.28.2 is released
0.0.3 2019-04-18T06:17:14Z
- Added missing prereq URI::Escape as suggested by CPANTS.
#13 (thx @manwar)
545556575859606162636465666768697071727374examples/cgi/WwwCounter/7.gif
examples/cgi/WwwCounter/8.gif
examples/cgi/WwwCounter/9.gif
examples/cgi/WwwCounter/Makefile
examples/cgi/WwwCounter/app.psgi
examples/cgi/WwwCounter/cpanfile
examples/cgi/WwwCounter/gifcat.pl
examples/cgi/WwwCounter/handler.pl
examples/cgi/WwwCounter/readme.html
examples/cgi/WwwCounter/sample.html
examples/cgi/WwwCounter/style3.css
examples/cgi/WwwCounter/trees.gif
examples/cgi/WwwCounter/wwwcount.cgi
examples/cgi/samconfig.toml
examples/cgi/template.yaml
examples/custom-docker/Dockerfile
examples/custom-docker/README.md
examples/custom-docker/handler.pl
examples/docker/Dockerfile
examples/docker/README.md
examples/docker/handler.pl
examples/cgi/WwwCounter/readme.html view on Meta::CPAN
123456789101112131415<html>
<head>
<meta http-equiv=
"Content-type"
content=
"text/html; charset=Shift_JIS"
>
<title>WwwCounter Ver3.15利用メモ - ã¨ã»ã»ã®WWW入門</title>
<style type=
"text/css"
>
<!--
BODY {
color:
#333333;
}
H2 {
width: 100%;
font-weight: bold;
color:
#ffffff;
background-color:
#8484ee;
border: 1px none
#8888f8;
examples/cgi/WwwCounter/readme.html view on Meta::CPAN
767778798081828384858687888990919293949596A:
link
{
color:
#000099;
}
A:visited {
color:
#000099;
}
A:hover {
color:
#ff0000;
}
-->
</style>
</head>
<body>
<h2 align=center>WwwCounter Ver3.15 利用メモ</h2>
<h4>■目次</h4>
<ul>
<li><a href=
"#WhatIs"
>WwwCounterã¨ã¯ï¼Ÿ</a>
<li><a href=
"#Download"
>ダウンãƒãƒ¼ãƒ‰</a>
<li><a href=
"#Sample"
>動作イメージ</a>
<li><a href=
"#Files"
>添付ファイル</a>
<li><a href=
"#History"
>æ›´æ–°å±¥æ´</a>
examples/cgi/WwwCounter/sample.html view on Meta::CPAN
123456789101112131415161718<!doctype html>
<html>
<head>
<meta charset=
"utf-8"
>
<title>WwwCounterサンプル - ã¨ã»ã»ã®WWW入門</title>
<meta name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<style>
.i { margin-left: 1rem; }
</style>
</head>
<body>
<h2 align=
"center"
>WwwCounterサンプル</h2>
<hr>
<h4>è¨ç½®ãƒ†ã‚¹ãƒˆ</h4>
<div class=
"i"
>
<a href=
"wwwcount.cgi?test"
>wwwcount.cgi?test</a>
</div>
examples/cgi/WwwCounter/style3.css view on Meta::CPAN
136137138139140141142143144145146147148149150151152153154155156157158159160
font-size: 1em;
}
p {
margin: .7em 0 .7em 0;
}
ul {
margin-left: -1em;
}
em {
color:
#f00;
font-style: normal;
}
em.
reset
{
color: inherit;
font-style: italic;
}
a:
link
, a:visited {
color:
#113366;
}
a:hover {
color:
#f00;
}
a.
reset
:hover {
color: inherit;
}
examples/cgi/WwwCounter/style3.css view on Meta::CPAN
204205206207208209210211212213214215216217218219220221222223224}
.mt1 {
margin-top: 1em;
}
.mb1 {
margin-bottom: 1em;
}
/* List */
.nomark {
list-style-type: none;
margin-top: 0;
margin-left: -1em;
}
.dl1 dt {
margin-top: 1em;
font-weight: bold;
}
.dl1 dd {
margin-left: 1em;
}
( run in 0.385 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )