Skip to content

Commit

Permalink
chore: Update ECS task definitions with new DynamoDB table names (#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Dec 13, 2023
1 parent 76cc152 commit 118618d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
10 changes: 7 additions & 3 deletions infrastructure/aws/production/ecs-task-definition-migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"value": "app.settings.production"
},
{
"name":"IDENTITIES_TABLE_NAME_DYNAMO",
"value":"flagsmith_identities"
"name": "IDENTITIES_TABLE_NAME_DYNAMO",
"value": "flagsmith_identities"
},
{
"name": "PROJECT_METADATA_TABLE_NAME_DYNAMO",
Expand All @@ -30,6 +30,10 @@
"name": "ENVIRONMENTS_TABLE_NAME_DYNAMO",
"value": "flagsmith_environments"
},
{
"name": "ENVIRONMENTS_V2_TABLE_NAME_DYNAMO",
"value": "flagsmith_environments_v2"
},
{
"name": "ENVIRONMENTS_API_KEY_TABLE_NAME_DYNAMO",
"value": "flagsmith_environment_api_key"
Expand All @@ -56,4 +60,4 @@
],
"cpu": "1024",
"memory": "2048"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"name": "ENVIRONMENTS_TABLE_NAME_DYNAMO",
"value": "flagsmith_environments"
},
{
"name": "ENVIRONMENTS_V2_TABLE_NAME_DYNAMO",
"value": "flagsmith_environments_v2"
},
{
"name": "GITHUB_CLIENT_ID",
"value": "b706a0da3e9d3115ea9d"
Expand Down Expand Up @@ -96,8 +100,8 @@
"value": "937916178726.1924685747446"
},
{
"name":"EDGE_API_URL",
"value":"https://edge.api.flagsmith.com/api/v1/"
"name": "EDGE_API_URL",
"value": "https://edge.api.flagsmith.com/api/v1/"
},
{
"name": "IDENTITY_MIGRATION_EVENT_BUS_NAME",
Expand Down Expand Up @@ -209,4 +213,4 @@
],
"cpu": "1024",
"memory": "2048"
}
}
6 changes: 5 additions & 1 deletion infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"name": "ENVIRONMENTS_TABLE_NAME_DYNAMO",
"value": "flagsmith_environments"
},
{
"name": "ENVIRONMENTS_V2_TABLE_NAME_DYNAMO",
"value": "flagsmith_environments_v2"
},
{
"name": "ENABLE_FE_E2E",
"value": "True"
Expand Down Expand Up @@ -245,4 +249,4 @@
],
"cpu": "1024",
"memory": "2048"
}
}

3 comments on commit 118618d

@vercel
Copy link

@vercel vercel bot commented on 118618d Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 118618d Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 118618d Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.