Austin Heiman
Austin Heiman
this hasn't been implemented has it?
👍 i was looking for a way to do this as well
this coulld probably be resolved by #374
for anyone looking for a way to accomplish concurrency in a rake tasks (with a limit on the number of concurrent threads) I have implemented it here: https://github.com/zuazo/kitchen-in-travis/pull/5 ``` shell...
Im new to serverless framework, but found workaround that worked for me and didnt result in a change _to the endpoint hostname_. It might still cause a short outage for...
Im good with that. I was thinking the user interface to it could be simplified to an array of inbound and outbound ports open for `0.0.0.0/0` as is done for...
I need this as well, is there any recommended work around? I don't see a path forward to use the CFN CLI in any kind of regulated account other than...
@kylien65 look thru the policies attached to the `DeveloperPowerUser` role and look for the DENY of `iam:CreateRole`. Youre likely going to need a more privileged role in your account to...
Are you sure you can create a role using the `DeveloperPowerUser` role? if it is denied in a policy attached to the `DeveloperPowerUser` role, `DeveloperPowerUser` should not be able to...
Looks like this can be corrected with the following after reading [the kitchen-dokken readme's note on this](https://github.com/someara/kitchen-dokken#tmpfs-on-tmp) ```yaml verifier: root_path: '/opt/verifier' ```