Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardpahlke/carly_lmb
https://github.com/leonardpahlke/carly_lmb
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardpahlke/carly_lmb
- Owner: leonardpahlke
- Created: 2021-03-18T21:24:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T19:17:15.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T22:46:51.447Z (about 2 months ago)
- Language: Go
- Size: 54.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carly Lambda Project
This repository contains lamba functions used in the carly project.
Under the folder `carly_engine` are all the carly engine lambda functions.
Under the folder `carly_hub` are all the carly hub associated lambda functions.More details about each lambda function is given in the related lambda directory README file.
Below is a more general diagram given setting the lambda function into context.![V2 Crawler Overview](v2-cy-crawler.png)
## Build and deployment of lambda functions
Each lambda function has a `build.sh` file that builds the lambda code into the local `./build` directory. In addition, the lambda structure is defined in `carly_config`, which is used to set information about the lambda deployment.s
```go
// todo
```