Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 652 Bytes

AWS Lambda Typescript Template

Boilerplate repository for AWS lambda functions.

Structure

Service structure (recommended)

Functions

Example GET

Endpoint "GET" dummy for initial structure. This response with a dummy message and adding the string send into the path a query parameters request.

Example POST

Endpoint "POST" dummy for initial structure. This response with a dummy message and adding the data send into the body request.

Notes

Some notes...