lambda-toolkit 0.0.3-beta

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 ADDED
@@ -0,0 +1,11 @@
1
+ # Lambda Toolkit
2
+
3
+ A set of tools to simplify Node Js code development specific for AWS Lambdas, including common functions and AWS SDK v3 abstractions.
4
+
5
+ ## Dependencies
6
+
7
+ This project has no dependency other than `devDependencies`. As this is intended to be use at AWS Lambda runtimes, it assumes `@aws-sdk/*` packages are available at the environment and does not ship them.
8
+
9
+ ## Documentation
10
+
11
+ Full documentation is available under [docs/](https://github.com/szanata/lambda-toolkit/blob/master/docs/index.md) at the repo.