PHPackages                             wangyieiz/aws-lambda-app - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wangyieiz/aws-lambda-app

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wangyieiz/aws-lambda-app
========================

1.0.2(3y ago)014MITPHP

Since Jul 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yiguoguo/aws-lambda-app)[ Packagist](https://packagist.org/packages/wangyieiz/aws-lambda-app)[ RSS](/packages/wangyieiz-aws-lambda-app/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

使用方法
====

[](#使用方法)

```
composer require wangyieiz/aws-lambda-app
```

```
require 'vendor/autoload.php';

use Wangyi\AwsLambdaApp\Invoke;

$Invoke = new Invoke([
    'credentials' => [
        'key'    => 'your key',
        'secret' => 'your secret'
    ],
    'region' => 'ap-southeast-2',
]);
$post_data = [
    "FunctionName" => "your FunctionName",
    "Payload" => "your payload"
];
$result = $Invoke->sendMessageToLambda($post_data);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1117d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9280973?v=4)[王易](/maintainers/yiguoguo)[@yiguoguo](https://github.com/yiguoguo)

---

Top Contributors

[![yiguoguo](https://avatars.githubusercontent.com/u/9280973?v=4)](https://github.com/yiguoguo "yiguoguo (6 commits)")

### Embed Badge

![Health badge](/badges/wangyieiz-aws-lambda-app/health.svg)

```
[![Health](https://phpackages.com/badges/wangyieiz-aws-lambda-app/health.svg)](https://phpackages.com/packages/wangyieiz-aws-lambda-app)
```

###  Alternatives

[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

121269.8k1](/packages/ellaisys-aws-cognito)[sproutcms/cms

Enterprise content management and framework

243.0k4](/packages/sproutcms-cms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
