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

https://github.com/whummer/localstack-gitpod-demo

Simple demo for running LocalStack in Gitpod
https://github.com/whummer/localstack-gitpod-demo

Last synced: about 2 months ago
JSON representation

Simple demo for running LocalStack in Gitpod

Awesome Lists containing this project

README

        

# LocalStack Gitpod Demo

Simple demo for running LocalStack in Gitpod online IDE.

Use this button to launch a Gitpod workspace with LocalStack:
[![Open in Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/whummer/localstack-gitpod-demo)

## Demo application

The project comes with a simple demo application that can be deployed via the following commands:

```
cd localstack-demo
make install
make start
```

## License

The code in this project is available under the Apache 2.0 license.