https://github.com/prplecake/cloudwatchlogsencoderdecoder
AWS CloudWatch logs get gzipped and base64-encoded before being sent to a lambda handler. Provides an easy way to test those types of strings.
https://github.com/prplecake/cloudwatchlogsencoderdecoder
Last synced: 4 months ago
JSON representation
AWS CloudWatch logs get gzipped and base64-encoded before being sent to a lambda handler. Provides an easy way to test those types of strings.
- Host: GitHub
- URL: https://github.com/prplecake/cloudwatchlogsencoderdecoder
- Owner: prplecake
- License: mit
- Created: 2024-11-13T04:31:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-02T16:45:40.000Z (9 months ago)
- Last Synced: 2025-10-14T01:34:26.773Z (8 months ago)
- Language: HTML
- Homepage: https://prplecake.github.io/CloudWatchLogsEncoderDecoder/
- Size: 8.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CloudWatchLogsEncoderDecoder
https://prplecake.github.io/CloudWatchLogsEncoderDecoder/
A very simple Blazor app created so I could easily encode and decode AWS CloudWatch Logs payloads to Lambda handlers.