Skip to content

Commit

Permalink
add badges to remote installer (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: lukqw <[email protected]>
  • Loading branch information
lukqw and lukqw authored Sep 19, 2023
1 parent 9f49bc0 commit 50aaf72
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws-replicator/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
AWS Replicator Extension (experimental)
========================================
[![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-aws-replicator&subdirectory=aws-replicator)

A LocalStack extension to replicate AWS resources into your local machine.

Expand Down
1 change: 1 addition & 0 deletions diagnosis-viewer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Diagnosis Viewer
===============================
[![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-diagnosis-viewer&subdirectory=diagnosis-viewer)

View the diagnostics endpoint directly in localstack

Expand Down
1 change: 1 addition & 0 deletions hello-world/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
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.

Expand Down
1 change: 1 addition & 0 deletions httpbin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
LocalStack httpbin 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-httpbin&subdirectory=httpbin)

A simple HTTP Request & Response Service directly in LocalStack
using [httpbin](https://github.com/postmanlabs/httpbin).
Expand Down
1 change: 1 addition & 0 deletions mailhog/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
LocalStack Mailhog 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-mailhog&subdirectory=mailhog)

Web and API based SMTP testing directly in LocalStack using [MailHog](https://github.com/mailhog/MailHog).

Expand Down
1 change: 1 addition & 0 deletions miniflare/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Miniflare LocalStack extension (experimental)
=============================================
[![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-miniflare&subdirectory=miniflare)

This extension makes [Miniflare](https://miniflare.dev) (dev environment for Cloudflare workers) available directly in LocalStack!

Expand Down
1 change: 1 addition & 0 deletions stripe/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Stripe LocalStack extensions
============================
[![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-stripe&subdirectory=stripe)

A LocalStack extension that provides a mocked version of [Stripe](https://stripe.com) as a service.

Expand Down

0 comments on commit 50aaf72

Please sign in to comment.