-
The docquery API will return `403` intermittently. Here is a sample from `FecFileLoaderSB`
```
[ERROR] FilingUnavailableError: The requested FEC file number (1351046) is unavailable. Status code 4…
-
We have encountered a problem in our system which is probably closely related to #1198 issue.
The message that caused celery crash from the logs:
``ClientError('An error occurred (InvalidParamet…
-
Move those common components out of the `amazonsqs` package into a separate `utils` package?
p4tin updated
3 months ago
-
### Component
OpenTelemetry.Instrumentation.AWS
### Package Version
| Package Name | Version |
| ------------------------------------- | ------- |
| OpenTelemetry.I…
-
-
Current Version: 3.2
To support production operational responsibilities, I need a way to deserialize SQS stream messages. These are serialized and deserialized in Orleans via the SQSBatchContainer …
-
AWS recently added support for triggering Lambda with SQS as an event source, updating the mailer to trigger off of the event source rather than a 5 minute timer would reduce mailer invocations and al…
-
Consider just cacheing a set of results as s3 bucket of json/flat data, pull down that results, do some local queries. Could do git repository as well. Look at how terraform does it.
- env var base…
-
Hey folks, I've been scratching my head against this one for a while, I created this issue hoping that someone can help figure out what's going on.
I have a Lambda function with an alias, and the a…
-
Hi,
I am using this library to work with large messages but I have observed there is an issue while identifying whether the message in the queue is s3 pointer or not and returns it as a normal mess…