examples
examples copied to clipboard
aws-django-voting-app migration does not work
It seems like the migration in the aws-django-voting-app
example doesn't actually work. Even after updating the the task definition to include "entrypoint": ["sh", "-c"],
and chmod'ing setupDatabase.sh
to be executable so that it actually runs correctly, the tables never seem to build.