AWS serverless documentation change
Summary
Added new index page for Serverless documentation with overview and links to serverless learning resources, developer tools, and service guides.
Security assessment
This change creates a new documentation landing page for serverless services. It is a general documentation addition with no security-specific content or references to security issues. It includes a link to IAM documentation but is not primarily focused on security.
Diff
diff --git a/serverless/index.md b/serverless/index.md index 8b1378917..2a4363f7f 100644 --- a//serverless/index.md +++ b//serverless/index.md @@ -0,0 +1 @@ +# Serverless @@ -1,0 +3,21 @@ +AWS provides a range of fully managed services that you can use to build serverless applications, such as AWS Lambda, Amazon API Gateway, and Amazon DynamoDB. To get started with serverless development in the AWS Cloud, review these serverless learning resources. + +## Get started with serverless + +### [Serverless Developer Guide Provides a conceptual overview of serverless development in the AWS Cloud, fundamental instructions for core serverless AWS services, and related learning resources for developers. ](/serverless/latest/devguide/) ### [Serverless Land Brings together the latest blogs, videos, code, and learning resources for serverless AWS services. ](https://serverlessland.com/) + +## Developer tools + +### [AWS SAM Developer Guide Introduces you to the AWS Serverless Application Model. Shows you how to use AWS SAM templates and the AWS SAM CLI to define, test, and deploy serverless applications. ](/serverless-application-model/latest/developerguide/) + +## Serverless services + +The following serverless AWS services have a [service starter](https://docs.aws.amazon.com/serverless/latest/devguide/serverless-starters-overview.html) section in the [Serverless Developer Guide](https://docs.aws.amazon.com/serverless/latest/devguide/). + +### [Lambda Developer Guide Provides an overview and instructions for AWS Lambda, which you can use to run code without provisioning or managing servers. ](/lambda/latest/dg/) + +### [API Gateway Developer Guide Provides an overview of Amazon API Gateway, which you can use to create and deploy your own REST, HTTP, and WebSocket APIs. ](/apigateway/latest/developerguide/) + +### [DynamoDB Developer Guide Provides a conceptual overview of Amazon DynamoDB, which you can use to create scalable, fully managed NoSQL key-value data stores. ](/amazondynamodb/latest/developerguide/) + +### [IAM User Guide Introduces you to AWS Identity and Access Management, helps you set up users and groups, and shows you how to protect your AWS resources with access control policies. ](/IAM/latest/UserGuide/)