Skip to content

Commit

Permalink
feat: update to new endpoint, patch wl
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 committed Oct 4, 2024
1 parent ea1955a commit 55d290d
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 75 deletions.
4 changes: 2 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This lambda contains the backend code that processes entities with their associa

## Requesting and optimization job
- POST request is made to:
- DEV: https://8qb8qau9g0.execute-api.us-east-1.amazonaws.com/dev/optimize
- PROD: https://we3ei0yh76.execute-api.us-east-1.amazonaws.com/prod/optimize
- DEV: https://wh7l38u7v7.execute-api.us-east-1.amazonaws.com/dev/optimize
- PROD: https://wh7l38u7v7.execute-api.us-east-1.amazonaws.com/devoptimize
- Headers
- `nr-api-key` with the value of a NerdGraph User Key that has access to the apprioriate workloads/entities
- This is required to query entities and write results to nerdstorage
Expand Down
219 changes: 159 additions & 60 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55d290d

Please sign in to comment.