An open API service indexing awesome lists of open source software.

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.

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.