Skip to content
#

serverless-application-model

Here are 28 public repositories matching this topic...

CloudFront has some nice statistics burried within console, unfortunetly neither programmatical access to those data or exposure to CloudWatch is offered out of the box. Let's say you want to compliment your existing monitoring data for CloudFront distribution with some nice data which are available only within web console. This SAM Lambda will …

  • Updated Jul 18, 2019
  • 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

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

Improve this page

Add a description, image, and links to the serverless-application-model 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-application-model topic, visit your repo's landing page and select "manage topics."

Learn more