aws-lambda-devkit 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Lambda DevKit
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/aws-lambda-devkit)
|
|
4
|
+
[](https://github.com/asimsheikh12/lambda-devkit/blob/main/LICENSE)
|
|
5
|
+
[](https://github.com/asimsheikh12/lambda-devkit/actions/workflows/ci.yml)
|
|
6
|
+
|
|
7
|
+
**Test AWS Lambda handlers locally** — same `handler` export, realistic events, CloudWatch-style logs. Optional real SQS/SNS against a dev account.
|
|
4
8
|
|
|
5
9
|
| | Name |
|
|
6
10
|
|---|------|
|
|
@@ -9,8 +13,6 @@
|
|
|
9
13
|
| **CLI command** | `lamkit` |
|
|
10
14
|
| **Config file** | `lamkit.config.js` (also `.mjs`, `.cjs`, `.ts`) |
|
|
11
15
|
|
|
12
|
-

|
|
13
|
-
|
|
14
16
|
Install as a dev dependency. Complements SAM, CDK, and SST; does not deploy infrastructure.
|
|
15
17
|
|
|
16
18
|
---
|
package/package.json
CHANGED