From 4febbb989359a4786a8bb8e56b5fd5ce04f523ee Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 11:11:09 +0000 Subject: [PATCH] Update Flex endpoint --- ...90b14aff68e58377f293274db6e5a9855445a.json | 35 +++++++++++++++++++ index.json | 3 ++ rikudou.psr6-dynamo-db-bundle.2.0.json | 35 +++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 archived/rikudou.psr6-dynamo-db-bundle/b8c90b14aff68e58377f293274db6e5a9855445a.json create mode 100644 rikudou.psr6-dynamo-db-bundle.2.0.json diff --git a/archived/rikudou.psr6-dynamo-db-bundle/b8c90b14aff68e58377f293274db6e5a9855445a.json b/archived/rikudou.psr6-dynamo-db-bundle/b8c90b14aff68e58377f293274db6e5a9855445a.json new file mode 100644 index 00000000..be1ad96a --- /dev/null +++ b/archived/rikudou.psr6-dynamo-db-bundle/b8c90b14aff68e58377f293274db6e5a9855445a.json @@ -0,0 +1,35 @@ +{ + "manifests": { + "rikudou/psr6-dynamo-db-bundle": { + "manifest": { + "bundles": { + "Rikudou\\DynamoDbCacheBundle\\RikudouDynamoDbCacheBundle": [ + "prod" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DYNAMODB_CACHE_TABLE": "cache", + "#AWS_REGION": "us-east-1" + } + }, + "files": { + "config/packages/prod/rikudou_dynamo_db_cache.yaml": { + "contents": [ + "rikudou_dynamo_db_cache:", + " table: '%env(DYNAMODB_CACHE_TABLE)%'", + " # Use DynamoDB by default for cache & sessions", + " replace_default_adapter: true", + " client_config:", + " region: '%env(AWS_REGION)%'", + "" + ], + "executable": false + } + }, + "ref": "b8c90b14aff68e58377f293274db6e5a9855445a" + } + } +} diff --git a/index.json b/index.json index 40350bb3..62e89d33 100644 --- a/index.json +++ b/index.json @@ -1269,6 +1269,9 @@ "redrat/api-helper-bundle": [ "0.1" ], + "rikudou/psr6-dynamo-db-bundle": [ + "2.0" + ], "ro0nl/http-responder": [ "0.1" ], diff --git a/rikudou.psr6-dynamo-db-bundle.2.0.json b/rikudou.psr6-dynamo-db-bundle.2.0.json new file mode 100644 index 00000000..be1ad96a --- /dev/null +++ b/rikudou.psr6-dynamo-db-bundle.2.0.json @@ -0,0 +1,35 @@ +{ + "manifests": { + "rikudou/psr6-dynamo-db-bundle": { + "manifest": { + "bundles": { + "Rikudou\\DynamoDbCacheBundle\\RikudouDynamoDbCacheBundle": [ + "prod" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "DYNAMODB_CACHE_TABLE": "cache", + "#AWS_REGION": "us-east-1" + } + }, + "files": { + "config/packages/prod/rikudou_dynamo_db_cache.yaml": { + "contents": [ + "rikudou_dynamo_db_cache:", + " table: '%env(DYNAMODB_CACHE_TABLE)%'", + " # Use DynamoDB by default for cache & sessions", + " replace_default_adapter: true", + " client_config:", + " region: '%env(AWS_REGION)%'", + "" + ], + "executable": false + } + }, + "ref": "b8c90b14aff68e58377f293274db6e5a9855445a" + } + } +}