Skip to content

aws-samples/education-roadshow-sam-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Building a simple serverless application with SAM (Serverless Application Model)

This project contains two versions of a similar app. The app is a feedback application that accepts comments and evaluates them using Amazon Comprehend to see if the feedback is positive, negativwe, or somewhere in between.

Prerequisites

Version 1

This version deploys an Amazon DynamoDB database and three AWS lambda functions. When a comment is written to the database, DynamoDB streams invokes a Lambda to call Amazon Comprehend, evaluate the comment, and write the results back to the database.

Deploy this version

Version 2

This version takes a low-code approach and uses AWS Step Functions to communicate with Amazon Comprehend and writes the data to Amazon DynamoDB. This example takes it a step further. If the feedback is positive, the comments are translated to Spanish and German to be shared with friends.

Deploy this version

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages