Skip to content

acema-arg/aws-lambda-typescript-template

 
 

Repository files navigation

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...

Languages

  • TypeScript 81.4%
  • JavaScript 18.6%