Thanks to visit codestin.com
Credit goes to github.com

Skip to content

thrau/localstack-aws-log-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalStack AWS Log Viewer

Install LocalStack Extension

The LocalStack AWS Log Viewer extension allows you to view and inspect your LocalStack AWS request logs directly from the browser.

Get started

Install

Start LocalStack and click the LocalStack Extension badge on the top of the README.

Alternatively, you can install the extension via the CLI directly from this repository:

localstack extensions install "git+https://github.com/thrau/localstack-aws-log-viewer/#egg=localstack-aws-log-viewer"

Use the webapp

Navigate to http://aws-log-viewer.localhost.localstack.cloud:4566. As you make AWS requests to LocalStack, they will appear in the log viewer. Click on individual requests to see details about the request and response payloads.

Screenshot at 2023-10-14 03-14-27

Develop

To install the extension into localstack in developer mode, you will need Python 3.10, and create a virtual environment in the extensions project.

In the newly generated project, simply run

make install

Then, to enable the extension for LocalStack, run

localstack extensions dev enable .

You can then start LocalStack with EXTENSION_DEV_MODE=1 to load all enabled extensions:

EXTENSION_DEV_MODE=1 localstack start

About

LocalStack Extension to inspect AWS request logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published