Skip to content

Commit

Permalink
add cp build notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhaynes authored May 20, 2024
1 parent b254117 commit 7021e27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Building an AWS Lambda Telemetry API extension for direct logging to Grafana Loki

## CP Notes

To build a new version of the layer do the following:
```sh
cd loki_extension/
aws-vault exec root-prd-pe -- task publish
```

## Misc
See [Blog Post](https://dev.to/aws-builders/building-an-aws-lambda-telemetry-api-extension-for-direct-logging-to-grafana-loki-de4) for full explanation


Expand Down

0 comments on commit 7021e27

Please sign in to comment.