Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

the application is being converted from AWS Elastic Beanstalk to AWS Lambda Function and API Gateway

Notifications You must be signed in to change notification settings

contino/blog_serverless_conversion_restful_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does the application do?

A RESTful API that logs user comments. Every comment is by a user and on a subject. The comments can be searched by user, or by subjects. The API’s response time can be changed on the fly. This will be used later to trigger scaling operations.

How does the application work?

A client such as Postman, curl sends a request to the API. The comments are saved in a DynamoDB table. With subject being the partition key, and user being the sorting key.

How to test the application?

export APP_URL=xxxxx
bash test.sh

About

the application is being converted from AWS Elastic Beanstalk to AWS Lambda Function and API Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published