Ethan Lo
Ethan Lo
Can you put together an example particle definition? That should be helpful to get this conversation started.
Discussed with Austen on the next step on this. We will bake a Docker Repository info into the config. And desired vs current comparison will do a diff between what's...
I agree... Rumor has it that AWS is working on a generic tagging resource that can be associated to any resource. We MIGHT want to wait for that and simply...
Yea. The problem with generic tagging service is that currently it only supports resources that already support tags. The “rumor” I heard is that it’s being expanded to support all...
https://github.com/capitalone/Particle-Cloud-Framework/pull/148
@emr0327 Do you know at which phase you're running into that error? Was it during _start() or _update()?
So... @emr0327 AWS just added tagging for SNS Topic. Before we close this PR, lets add the logic to handle tags as part of the particle. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sns.html#SNS.Client.create_topic
Definitely need to add unit test as well. Looks like Moto does support Batch. But I'm not sure how complete it is. https://github.com/spulec/moto/tree/7f0b1d679591a6b69f5d620b2b0ff0a311ed7582/moto/batch Otherwise, we use Placebo as well. @anovis...
I think I figured it out. For some reason, this bug only occurs when running in pyenv. But my mac's native python version is Python 3.12. When running pip install...