Metadata-Version: 2.1
Name: localstack-extension-hello-world
Version: 0.1.0
Summary: LocalStack Extension: Hello World
Home-page: https://github.com/localstack/localstack-extensions/tree/main/hello-world
Author: Thomas Rausch
Author-email: thomas@localstack.cloud
Description-Content-Type: text/markdown

Hello World LocalStack extension
================================

A minimal LocalStack extension.

## What does it do?

It just prints a message to stdout once LocalStack starts, and a second time once the platform is ready to serve requests.

## Installing

```bash
localstack extensions install localstack-extension-hello-world
```
