Skip to content
#

Serverless

Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on.

Here are 1,589 public repositories matching this topic...

This is a an application built using AWS and python flask. It uses AWS infrastructure combined with a third party mailer app called Send Grid. The front end collects user details, stores them in a database and uses lambda and api gateway to send automatic mails every day using event bridge.

  • Updated Dec 4, 2022
  • Python