Ben Bridts
Ben Bridts
I'm not sure how helpfull it is, but this page tries to explain how pipx differs from pip (and other tools): https://pypa.github.io/pipx/comparisons/ ------- For the `executable script not found` error:...
I haven't looked at the code, so there might be a reason this won't work, but could you detect when you are passed a !Ref (because it's a dict instead...
Other shared services that might be part of this account split: - mturk integration with Amazon SageMaker Ground Truth - Alexa (Alexa for business, Alexa Developer Account)
> Update, Read and Delete Handlers should never be called without a potentially valid primaryIdentifier and downstream service calls shouldn't be necessary to know a resource should not be found...
> I'll also just throw in the note that we also optionally include additionalIdentifiers in schemas. If these are passed instead of a primaryIdentifier on an Update, Read or Delete...
> This the current ask on the handlers, because if the handler is not successful in deleting the resource we expect the resource to be returned. Please let me know...
According to [the contract documentation](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-test-contract.html#resource-type-test-contract-create) that test is correct. It is a bit annoying that the read handler has a different requirement. > A read handler MUST return a model...
> seems to suggest we should instead be checking that null input params are not in the output. Do you agree? I read it differently. Since the CloudFormation engine (or...
It does, Some clearer languages in the documentation could help here (in addition to the null/empty problem)
Another solution to the same problem would be to offer managed state storage within the resource providers. Eg. by adding a `ResourceContext` key to the progressEvent, that works similar to...