Skip to content

Commit

Permalink
chore: use multi-tier-ddb-s3 incremental cache
Browse files Browse the repository at this point in the history
  • Loading branch information
koenoe committed Jan 18, 2025
1 parent 835209a commit a63e9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { OpenNextConfig } from '@opennextjs/aws/types/open-next.js';
const config = {
default: {
override: {
incrementalCache: 's3-lite',
incrementalCache: 'multi-tier-ddb-s3',
queue: 'sqs-lite',
tagCache: 'dynamodb-lite',
wrapper: 'aws-lambda-streaming',
Expand Down

0 comments on commit a63e9cb

Please sign in to comment.