-
When setting `use_signal` to `False`, it uses `multiprocessing.Queue` which isn't support in AWS Lambda.
Are we gonna have other approach to not use signal? Maybe use `multiprocessing.Pipe`? Thanks
…
-
- [ ] refactor script generation so that it relies entirely on step generation for non --test-mode operation
- [ ] fix undo to find next thing to undo and persist undo state as well as do state
- [ ] …
-
### Describe the bug
In the s3_sns_sqs_lambda_chain example, I found a practice that is not valid, and might lead in some configuration to an infinite loop.
The visibility timeout is set to 30 sec…
-
```python
import boto3, threading
for i in range(50):
threading.Thread(target=lambda: boto3.client('sts')).start()
```
And you get, tested on my Windows 10 machine (boto3 version 1.5.31, bo…
-
### What happened?
Creating a resource of type `snowflake.StageGrant` gives the user a deprecation warning that references the TF name:
```text
Diagnostics:
snowflake:index:StageGrant (snowpip…
-
**Feature request**
Our team recently started using lambdas and we have been using lambda packager plug-in to easily resolve external dependencies and package. It works agreat.
After creating few l…
-
https://hands-on.cloud/terraform-deploy-python-lambda-container-image/
https://github.com/davidfox87/pulumi-mlflow-aws-ecs-fargate/blob/main/infra/ml_workflow_lambdas/__main__.py
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
It …
-
Hi Nate,
This looks great and useful, but I'm struggling as how to make it work. I _think_ I'm off to a good start though...I've:
- Configured the Slack command
- I pasted the AWS Lambda UR…
-
Was re-reading the docs today & noticed python support is now built in. Haven't tried it but might not need to load this module anymore. Still no Java support though :(
http://docs.aws.amazon.com/AW…