Enable cors for API
- Dominant language
- Python
- Stars
- 888
- Forks
- 314
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Is it possible to enable CORS for the parallel cluster API?
I have a use case where a webclient can assume the sts credentials and perform queries to the cluster, but it seems the is deployed with a proxy lambda integration that doesn’t return the CORS headers.
I saw other examples in aws-samples that has an intermediary lambda to execute the calls and signature for the client, but I would like to have this on the webclient side.
Thanks.
Contributor guide
Research direction
Start by tracing the deployed proxy Lambda integration for the parallel cluster API and inspect how its responses are produced for webclient requests. Confirm the required CORS behavior with a browser-based request using assumed STS credentials; done means the API returns the necessary CORS headers without an intermediary client-signing Lambda.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100