Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Envek/aws-sam-typescript-layers-example
/ functions
Functions
12 in github.com/Envek/aws-sam-typescript-layers-example
⨍
Functions
12
◇
Types & classes
4
↓ 3 callers
Function
constructAPIGwEvent
(message: any, options: any = DEFAULT_OPTIONS)
__tests__/utils/helpers.ts:5
↓ 1 callers
Function
constructSQSEvent
(message: any)
__tests__/utils/helpers.ts:23
↓ 1 callers
Function
getAllItemsHandler
( event: APIGatewayProxyEvent, )
src/handlers/get-all-items.ts:13
↓ 1 callers
Function
getByIdHandler
( event: APIGatewayProxyEvent, )
src/handlers/get-by-id.ts:12
↓ 1 callers
Function
putItemHandler
( event: APIGatewayProxyEvent, )
src/handlers/put-item.ts:13
↓ 1 callers
Method
read
(id: any)
src/utils/dynamodb.ts:19
↓ 1 callers
Method
readAll
()
src/utils/dynamodb.ts:14
↓ 1 callers
Method
send
(body: object)
src/utils/sqs.ts:13
↓ 1 callers
Method
write
(Item: object)
src/utils/dynamodb.ts:28
↓ 1 callers
Function
writeItemHandler
( event: SQSEvent, )
src/handlers/write-item.ts:10
Method
constructor
(queue = process.env.ITEM_QUEUE)
src/utils/sqs.ts:8
Method
constructor
(table = process.env.SAMPLE_TABLE)
src/utils/dynamodb.ts:9