Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor extensions in README; add simple Makefile #10

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Conversation

whummer
Copy link
Contributor

@whummer whummer commented Nov 7, 2024

First of all - great job on the sample in this repo @HarshCasper , was able to run it seamlessly, and the sample app is a really nice illustration! 🚀 This PR adds a few small enhancements that may be useful when testing and demo'ing this app.

  • Small adjustments in README. One interesting thing I've noticed - the app only worked for me when additionally setting DISABLE_CUSTOM_CORS_S3=1 (with the latest localstack/localstack-pro image). See screenshot below - was getting a CORS error in Chrome when the app attempts to open http://localhost:4566/restapis/6fql1e8ffn/test/_user_request_/listquizzes (even though DISABLE_CUSTOM_CORS_APIGATEWAY=1 is set). Haven't dug into it in detail, but it could potentially be related to our internal service name parser. In any case, adding DISABLE_CUSTOM_CORS_S3=1 seems to work, hence adding it to the docs here 👍
image
  • Add a simple Makefile with some quality of life make targets (we can extend those as we go).

@whummer whummer requested a review from HarshCasper November 7, 2024 03:12
Copy link

github-actions bot commented Nov 7, 2024

🚀 Preview for this PR: https://ls-0nq935cqt4nms.sandbox.localstack.cloud/cloudfront/340c3397/

@HarshCasper HarshCasper merged commit 267ade9 into main Nov 7, 2024
2 checks passed
@whummer whummer deleted the add-makefile branch November 7, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants