https://github.com/dhzdhd/invtrack
Self hosted household inventory tracking application with VLM AI features
https://github.com/dhzdhd/invtrack
aws-ecr aws-lambda axum docker gemini rust self-hosted
Last synced: 7 months ago
JSON representation
Self hosted household inventory tracking application with VLM AI features
- Host: GitHub
- URL: https://github.com/dhzdhd/invtrack
- Owner: dhzdhd
- Created: 2025-02-02T05:06:21.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T14:33:53.000Z (8 months ago)
- Last Synced: 2025-02-26T15:35:40.327Z (8 months ago)
- Topics: aws-ecr, aws-lambda, axum, docker, gemini, rust, self-hosted
- Language: Rust
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invtrack
## API
### AWS Lambda notes
- Local testing
- URL to make a request using cURL/Postman/etc - `http://localhost:8080/2015-03-31/functions/function/invocations`
- Add a `application/json` payload
```json
{
"version": "2.0",
"routeKey": "$default",
"rawPath": "/",
"rawQueryString": "",
"headers": {},
"requestContext": {
"http": {
"method": "GET",
"path": "/"
}
},
"isBase64Encoded": false,
"body": null
}
```
- On AWS
- Make a request to the provided AWS Lambda URL, no payload required