-
Should add a section to the docs for third-party examples and guides using Mangum
-
One API endpoint I have receives a base64-encoded PNG. Can I return the data via mangum with content-type `image/png` without having to first base64-decode it?
-
Hooking up a Mangum lambda to CloudFront as `EventType: origin-request` returns a 502 response: "The Lambda function result failed validation: The function tried to add, delete, or change a read-only …
-
I have added rig relatives to the xmp metadata by following https://support.micasense.com/hc/en-us/articles/360006368574-Modifying-older-collections-for-Pix4Dfields-support?mobile_site=false
and usin…
-
Hi all,
I have run into an error when running the Create New Database Tool. It gives an error saying "field ExistenceConfidence does not exist within table" and then shows a warning that says "The …
-
I was trying to use ASGI in `aliyun fc`, a serverless service that is similar to `aws lambda`, and found this library.
it seems that `Mangum` only supports `aws` for now. Will this project accept P…
CNLHC updated
2 years ago
-
Coming from Chalice, wrote a rudementary custom LambdaHandler for S3 events. For this I'm just creating a router that handles all /aws routes, in this case /aws/s3. Lots of improvements to make before…
-
While Flask is a decent choice as a default implementation, it may be beneficial to allow using different frameworks as the baseline for a Cloud Function.
I assume the following ones could be some …
-
I've faced an error `cannot import name 'EntryPoints' from 'importlib_metadata'` inside the lambda function.
## Investigation
I have found https://github.com/aws/aws-lambda-python-runtime-interf…
-
Similar to HackAtUCI/HackUCI-Site#86
The API sporadically encounters a runtime issue causing requests to fail
```python
[ERROR] OSError: [Errno 24] Too many open files
Traceback (most recent call …