Metadata-Version: 2.1
Name: localstack-extension-hello-world
Version: 0.1.1
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
Provides-Extra: dev
Requires-Dist: localstack-core>=1.0; extra == "dev"

Hello World LocalStack extension
================================
[![Install LocalStack Extension](https://localstack.cloud/gh/extension-badge.svg)](https://app.localstack.cloud/extensions/remote?url=git+https://github.com/localstack/localstack-extensions/#egg=localstack-extension-hello-world&subdirectory=hello-world)

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
```
