AWS-Lambda

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.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
    - use virtual hosted–style s3 urls instead of path style urls

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)

MANIFEST  view on Meta::CPAN

examples/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

<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

A: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

<!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

  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

}
.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.979 second using v1.01-cache-2.11-cpan-49f99fa48dc )