add stream to meilisearch

This commit is contained in:
2025-04-03 23:26:28 -03:00
parent 1358088a48
commit 68ff6f282b
10 changed files with 382 additions and 56 deletions

View File

@@ -1 +1,3 @@
## Layercake
Packages shared dependencies to optimize deployment and ensure consistency across functions.

View File

@@ -3,7 +3,7 @@ Transform: AWS::Serverless-2016-10-31
Globals:
Function:
Runtime: python3.12
Runtime: python3.13
Resources:
LayercakeLayer:
@@ -15,9 +15,10 @@ Resources:
- x86_64
CompatibleRuntimes:
- python3.12
RetentionPolicy: Retain
- python3.13
RetentionPolicy: Delete
Metadata:
BuildMethod: python3.12
BuildMethod: python3.13
BuildArchitecture: x86_64
Outputs: