Skip to content

stevenlay/aws-serverless-auctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Framework Auction Service

Features

  • Create Auctions

  • Get all opened auctions

  • Get a particular auction

  • Place bids

  • Close Auctions

  • Upload Auction Pictures

  • Only authorized requests can be made

  • S3 - used to store saved objects such as auction pictures

  • DynamoDB - used to persist auctions and their information, as well as create, update, or delete

  • SQS / SES - Send messages to close auctions and notify buyer and seller about a bid

Getting started

1. Install dependencies

npm install

3. Deploy the stack

We need to deploy the stack in order to consume the private/public testing endpoints.

sls deploy -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published