Add recipe for rikudou/psr6-dynamo-db-bundle (#1288)

This commit is contained in:
Thibault RICHARD
2022-02-19 12:10:55 +01:00
committed by GitHub
parent ad1906abcc
commit 8721819e39
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
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)%'

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"Rikudou\\DynamoDbCacheBundle\\RikudouDynamoDbCacheBundle": ["prod"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DYNAMODB_CACHE_TABLE": "cache",
"#AWS_REGION": "us-east-1"
}
}