https://github.com/iac-factory/aws-lambda
AWS Lambda Mono-Repository (NPM)
https://github.com/iac-factory/aws-lambda
Last synced: 2 months ago
JSON representation
AWS Lambda Mono-Repository (NPM)
- Host: GitHub
- URL: https://github.com/iac-factory/aws-lambda
- Owner: iac-factory
- License: bsd-2-clause
- Created: 2022-04-10T20:49:14.000Z (about 3 years ago)
- Default Branch: Development
- Last Pushed: 2022-04-10T22:53:19.000Z (about 3 years ago)
- Last Synced: 2025-03-08T18:46:11.717Z (3 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `aws-lambda` #
AWS Lambda Function `npm` Package(s) for [`iac-factory`](https://github.com/iac-factory).
## Usage ##
```shell
git clone https://github.com/iac-factory/aws-lambda.gitnpm run install
```## Releases ##
In order to successfully publish updated package(s) to the `npm` registry:
```shell
cd "$(git rev-parse --show-toplevel)" && npm run publish
```## Notice - Package Naming ##
Located in the [`./packages`](./packages) folder, there contains various
`npm` packages. Each package is named differently than its `npm` counterpart.Given the availability of concise lambda-related `npm` package names, **it was
decided against publishing to `iac-factory`** (e.g. `@iac-factory/template`).
Such offers developers more concise `import()`, `npx` execution, and `package.json` installation.The folder names -- in the context of development via the monorepository -- also
keeps things simple. However, it's worth noting that there are intentional differences.