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 587f9c4 commit 02471cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam-backend/README.md
@@ -1,6 +1,6 @@
# 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 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.
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 infrastructure 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.

Expand Down

0 comments on commit 02471cb

Please sign in to comment.