https://github.com/leanstacks/serverless-common
A suite of common components used to compose serverless application components for the LeanStacks organization.
https://github.com/leanstacks/serverless-common
aws-lambda serverless
Last synced: 3 months ago
JSON representation
A suite of common components used to compose serverless application components for the LeanStacks organization.
- Host: GitHub
- URL: https://github.com/leanstacks/serverless-common
- Owner: leanstacks
- License: mit
- Created: 2023-11-12T20:20:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T13:03:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T12:24:53.812Z (almost 2 years ago)
- Topics: aws-lambda, serverless
- Language: TypeScript
- Homepage: https://leanstacks.com
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @leanstacks/serverless-common
A suite of common components used to compose serverless application components for the LeanStacks organization.
## License
[MIT License](./LICENSE)
## Requirements
This library requires the following:
- Node >= 20.11.x
## Install
To install this library, issue the following command in your AWS Serverless project:
```
npm install @leanstacks/serverless-common
```
## Documentation
For more detailed information regarding specific components see the [documentation](/docs/DOCS.md).