Merge branch 'main' into prod
This commit is contained in:
commit
bd2b85dd5a
@ -46,7 +46,8 @@ functions:
|
|||||||
handler: wsgi_handler.handler
|
handler: wsgi_handler.handler
|
||||||
url: true
|
url: true
|
||||||
timeout: 15
|
timeout: 15
|
||||||
memorySize: 150
|
memorySize: 500
|
||||||
|
architecture: arm64
|
||||||
layers:
|
layers:
|
||||||
- Ref: PythonRequirementsLambdaLayer
|
- Ref: PythonRequirementsLambdaLayer
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ import msgs
|
|||||||
import twExtract as twExtract
|
import twExtract as twExtract
|
||||||
from configHandler import config
|
from configHandler import config
|
||||||
from cache import addVnfToLinkCache,getVnfFromLinkCache
|
from cache import addVnfToLinkCache,getVnfFromLinkCache
|
||||||
from yt_dlp.utils import ExtractorError
|
|
||||||
import vxlogging as log
|
import vxlogging as log
|
||||||
from utils import getTweetIdFromUrl, pathregex
|
from utils import getTweetIdFromUrl, pathregex
|
||||||
from vxApi import getApiResponse
|
from vxApi import getApiResponse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user