|
4 | 4 | > [!WARNING]
|
5 | 5 | > The Swift AWS Runtime v2 is work in progress. We will add more documentation and code examples over time.
|
6 | 6 |
|
7 |
| -## Table of Content |
| 7 | +This guide contains the follwoing sections: |
8 | 8 |
|
9 |
| -- [Table of Content](#table-of-content) |
10 | 9 | - [The Swift AWS Lambda Runtime](#the-swift-aws-lambda-runtime)
|
11 | 10 | - [Pre-requisites](#pre-requisites)
|
12 | 11 | - [Getting started](#getting-started)
|
13 | 12 | - [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) |
19 | 13 | - [Testing Locally](#testing-locally)
|
20 |
| - * [Modifying the local endpoint](#modifying-the-local-endpoint) |
21 | 14 | - [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)% |
33 | 16 |
|
34 | 17 | ## The Swift AWS Lambda Runtime
|
35 | 18 |
|
|
0 commit comments