Relative Content

Tag Archive for amazon-web-servicesaws-lambdaserverless

how can i deploy multiple endpoints to single lambda using serverless

functions:
ptDevices:
name: ptDevices
handler: dist/devices/serverless.handler
timeout: 15
architecture: arm64
events:
– http:
method: any
path: /devices
– http:
method: any
path: /devices/connections
– http:
method: any
path: /devices/contexts
– http:
method: any
path: /devices/datetodate