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
- Host: GitHub
- URL: https://github.com/whummer/localstack-gitpod-demo
- Owner: whummer
- Created: 2022-01-21T21:26:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T00:43:23.000Z (over 1 year ago)
- Last Synced: 2025-04-12T23:53:50.831Z (about 2 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-localstack - Gitpod - based IDE. (Platforms)
- awesome-localstack - Gitpod - based IDE. (Platforms)
README
# LocalStack Gitpod Demo
Simple demo for running LocalStack in Gitpod online IDE.
Use this button to launch a Gitpod workspace with LocalStack:
[](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.