Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spontaign committed May 15, 2020
1 parent 44f135b commit 587f9c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sam-backend/README.md
@@ -1,11 +1,10 @@
# Installing the backend for the Serverless Content Management System

The AWS Serverless Application Model (SAM) is a powerful tool that automates the construction of AWS infrastructure needed to run serverless applications. Using SAM, which expands on CloudFormation, allows you to maintain your infrastruce as code. You can deploy your instracture as stacks and also delete them as stacks. Not only is this significantly more efficient than adding resources individually, it also greatly reduces the risk of errors.
The AWS Serverless Application Model (SAM) is a powerful tool that automates the construction of AWS infrastructure needed to run serverless applications. Using SAM, which expands on CloudFormation, allows you to maintain your infrastruce as code. You can deploy your instracture as stacks and also delete them as stacks when you no longer need the resources. Not only is this significantly more efficient than adding resources individually, it also greatly reduces the risk of errors.

Following the instructions below will create several Lambda functions (runtime is Node.js), a Step Function, S3 buckets a CloudFront distribution, IAM Roles & policies, a DynamoDB table, and more.



## Installation

After cloning the repository or downloading the zip file, cd into the sam-backend directory. Assuming that you have the AWS CLI and the SAM CLI installed you can proceed with the following:
Expand Down

0 comments on commit 587f9c4

Please sign in to comment.