An error occurred (BadRequestException) when calling the CreateIntentVersion operation: Resource 'WhatProjectsAmIWorkingOn' should refer to immutable versions to create new version
make: *** [deploy] Error 255
Run make deploy a few times to see the error (make deploy is supposed to be idempotent).
Fix the bug.
Make sure that an error like this breaks the build (i.e. the shell scripts need to bomb).
See:
Run
make deploy
a few times to see the error (make deploy
is supposed to be idempotent).