Skip to content

dhzdhd/invtrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
      {
          "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

About

Self hosted household inventory tracking application with VLM AI features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published