Skip to content

Commit 2fefabe

Browse files
praneetapkeetonian
authored andcommitted
docs: adding official docs page in versions.md (#1340)
1 parent ba4ac42 commit 2fefabe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions/2016-10-31.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ The AWS Serverless Application Model (SAM) is licensed under [The Apache License
1919

2020

2121
## Introduction
22+
NOTE: SAM specification documentation is in process of being migrated to official [AWS SAM docs](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html) page, please take a look at the [SAM specification](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification.html) there.
2223

23-
AWS SAM is a model used to define serverless applications on AWS.
24+
[AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification.html) is a model used to define serverless applications on AWS.
2425

2526
Serverless applications are applications composed of functions triggered by events. A typical serverless application consists of one or more AWS Lambda functions triggered by events such as object uploads to [Amazon S3](https://aws.amazon.com/s3), [Amazon SNS](https://aws.amazon.com/sns) notifications, and API actions. Those functions can stand alone or leverage other resources such as [Amazon DynamoDB](https://aws.amazon.com/dynamodb) tables or S3 buckets. The most basic serverless application is simply a function.
2627

0 commit comments

Comments
 (0)