Merge branch 'main' into prod

This commit is contained in:
Dylan 2024-12-02 22:01:31 +00:00
commit bd2b85dd5a
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,8 @@ functions:
handler: wsgi_handler.handler
url: true
timeout: 15
memorySize: 150
memorySize: 500
architecture: arm64
layers:
- Ref: PythonRequirementsLambdaLayer

View File

@ -10,7 +10,6 @@ import msgs
import twExtract as twExtract
from configHandler import config
from cache import addVnfToLinkCache,getVnfFromLinkCache
from yt_dlp.utils import ExtractorError
import vxlogging as log
from utils import getTweetIdFromUrl, pathregex
from vxApi import getApiResponse