Victor Villas
Victor Villas
On the other hand, looking through the issue it seems to be a benign warning that doesn't cause error. It's probably something else. Now I'm looking at the `Error: No...
Ohhh, thank you for the investigation, this is quite promising. Indeed. Curiously this is already solved for the workers, they will wait for CodeDeploy (either to deploy or to say...
Hm, I believe there's probably a template substitution bug on the lifecycle hook helper daemon, which would normally extend the timeout until the service is done. But you're right, if...
Tagging @ztyree42
Example project can be found here: https://github.com/villasv/aws-airflow-stack/tree/master/examples/project
Your appspec loogs good, your requirements file too. The one thing yours is different from what I have in the development branch (https://github.com/villasv/aws-airflow-stack/tree/develop/examples/project/airflow) is that you're providing a relative path...
Closes #177
After taking a look at other AWS Quick Starts that use lambda (e.g. https://github.com/aws-quickstart/quickstart-cloud9-ide), I've noticed that they have a `CopyZipfiles` lambda (inline on the template) that makes sure the...
Oohh this is good stuff. Gonna review it soon.
It is *so* tempting to dive into this. On the other hand, auto-scaling of Celery workers is not as shiny as in other domains like microservices. In fact, nowadays this...