j40-cejst-2/infrastructure/functions/detect-changes-for-worker/taskDefinitions/ogr2ogr_raw.json

21 lines
490 B
JSON
Raw Permalink Normal View History

{
"containerDefinitions": [
{
"name": "ECSUSDSJustice40Worker",
"image": "osgeo/gdal:alpine-small-latest",
"cpu": 1024,
"environment": [
{
"name": "AWS_REGION",
"value": "${REGION}"
}
],
"command": [
"ogr2ogr"
],
"memory": 1024,
"essential": true
}
],
"family": ""
}