localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
61 stars 33 forks source link

Simplify demo app CORS setup, use S3 website instead of Web server #47

Closed whummer closed 1 year ago

whummer commented 1 year ago

This PR contains some simplifications to make the sample app easier to install and more self-contained:

Addresses https://github.com/localstack/localstack-demo/issues/44

Depends on https://github.com/localstack/localstack/pull/7554