Skip to content
#

serverless-applications

Here are 13 public repositories matching this topic...

A serverless thumbnail generating application built on AWS using SAM. It integrates s3, lambda, dynamodb and api gateway. You can upload a png image to the bucket which triggers a lambda function that uploads a thumbnail image into the same bucket. The thumbnail data is then saved to a dynamodb table which can be accessed with api requests.

  • Updated Nov 27, 2022
  • Python

This is a simple serverless application built on AWS Cloud using SAM. This application takes JSON dictionaries of student details/scores and grades them accordingly. It integrates lambda, s3 and sns topics as well as DLQ's. The app was initialized using the sam init in the CLI with the hello world as the base template.

  • Updated Nov 26, 2022
  • Python

Improve this page

Add a description, image, and links to the serverless-applications topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serverless-applications topic, visit your repo's landing page and select "manage topics."

Learn more