An open API service indexing awesome lists of open source software.

https://github.com/vonderklaas/serverless-aws-lambda

Here I've created a simple Lambda function with help of Serverless framework, deployed to AWS
https://github.com/vonderklaas/serverless-aws-lambda

aws lambda serverless

Last synced: about 1 year ago
JSON representation

Here I've created a simple Lambda function with help of Serverless framework, deployed to AWS

Awesome Lists containing this project

README

          

# serverless-aws-lambda

Here I've created a simple Lambda function with help of Serverless framework, deployed to AWS

# Endpoints:
POST - https://[hash].execute-api.us-east-1.amazonaws.com/dev/

GET - https://[hash].execute-api.us-east-1.amazonaws.com/dev/todos

GET - https://[hash].execute-api.us-east-1.amazonaws.com/dev/todo/{id}

PUT - https://[hash].execute-api.us-east-1.amazonaws.com/dev/todo/{id}


# Functions:
addTodo: my-lambda-function-dev-addTodo

fetchTodos: my-lambda-function-dev-fetchTodos

fetchTodo: my-lambda-function-dev-fetchTodo

updateTodo: my-lambda-function-dev-updateTodo