Skip to content

A Picture A Day Javascript/Node + Serverless + AWS backend api.

Notifications You must be signed in to change notification settings

niclego/apod_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apod_api

A Picture A Day Javascript/Node + Serverless + AWS backend api.

This backend service will first query a DynamoDB table for cached responses. If there are no cached responses, this service will query the NASA APOD api and cache the response.

This repo also holds infrastructure code for creating DynamoDB tables.

Technology Used

  • Javascript
  • Node
  • Serverless
  • aws-sdk (npm package)
  • DynamoDB
  • NASA APOD api

Endpoints

  • getApod
  • getComments
  • getSeeAlso
  • postComment

License

MIT

About

A Picture A Day Javascript/Node + Serverless + AWS backend api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published