Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 354 Bytes

17_18_rest_aws.md

File metadata and controls

13 lines (11 loc) · 354 Bytes

AWS Microservices / REST

  • Amazon Lambda / Google/Microsoft functions
  • S3: Filestorage
  • Lambda Functions bindable to RESTful routes
  • Java/Javascript/C#
  • Private subnet possible for connecting to a DB
  • Versions als stages

Pro:

  • Scales automatically depending on incoming requests
  • Pay by requests (~10k free)
  • Serverless (Amazon managed)