mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
215 stars 34 forks source link

Autopush Integration tests should use ENV var to configure ddb connection #1429

Open jrconlin opened 3 years ago

jrconlin commented 3 years ago

A dynamodb docker image was introduced recently, which would make the footprint of the circleci tests much smaller. Currently the script will try to run the ddb image locally and fail out if it's not present. The env var should instead point to an existing local ddb instance.

NOTE: table creation may still be necessary.

AzureMarker commented 3 years ago

This autopush-rs PR contains relevant changes: https://github.com/mozilla-services/autopush-rs/pull/220