Skip to content

Commit e077554

Browse files
committed
update TOC
2 parents 9a41ec3 + 383bb35 commit e077554

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

readme.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,15 @@
44
> [!WARNING]
55
> The Swift AWS Runtime v2 is work in progress. We will add more documentation and code examples over time.
66
7-
## Table of Content
7+
This guide contains the follwoing sections:
88

9-
- [Table of Content](#table-of-content)
109
- [The Swift AWS Lambda Runtime](#the-swift-aws-lambda-runtime)
1110
- [Pre-requisites](#pre-requisites)
1211
- [Getting started](#getting-started)
1312
- [Developing your Swift Lambda functions](#developing-your-swift-lambda-functions)
14-
* [Receive and respond with JSON objects](#receive-and-respond-with-json-objects)
15-
* [Lambda Streaming Response](#lambda-streaming-response)
16-
* [Integration with AWS Services](#integration-with-aws-services)
17-
* [Integration with Swift Service LifeCycle](#integration-with-swift-service-lifecycle)
18-
* [Use Lambda Background Tasks](#use-lambda-background-tasks)
1913
- [Testing Locally](#testing-locally)
20-
* [Modifying the local endpoint](#modifying-the-local-endpoint)
2114
- [Deploying your Swift Lambda functions](#deploying-your-swift-lambda-functions)
22-
* [Prerequisites](#prerequisites)
23-
* [Choosing the AWS Region where to deploy](#choosing-the-aws-region-where-to-deploy)
24-
* [The Lambda execution IAM role](#the-lambda-execution-iam-role)
25-
* [Deploy your Lambda function using the AWS Console](#deploy-your-lambda-function-using-the-aws-console)
26-
* [The AWS Command Line Interface (CLI)](#the-aws-command-line-interface-cli)
27-
* [AWS Serverless Application Model (SAM)](#aws-serverless-application-model-sam)
28-
* [AWS Cloud Development Kit (CDK)](#aws-cloud-development-kit-cdk)
29-
* [Third-party tools](#third-party-tools)
30-
- [Swift AWS Lambda Runtime - Design Principles](#swift-aws-lambda-runtime---design-principles)
31-
* [Key Design Principles](#key-design-principles)
32-
* [New Capabilities](#new-capabilities)
15+
- [Swift AWS Lambda Runtime - Design Principles](#swift-aws-lambda-runtime---design-principles)%
3316

3417
## The Swift AWS Lambda Runtime
3518

0 commit comments

Comments
 (0)