Skip to content

Commit 74457df

Browse files
committed
add inks and fix typos
1 parent 10e4551 commit 74457df

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88

99
- Ensure you have the Swift 6.x toolchain installed. You can [install Swift toolchains](https://www.swift.org/install/macos/) from Swift.org
1010

11-
- When developing on macOs, be sure you use macOS 15 (Sequoia) or a more recent macOS version.
11+
- When developing on macOS, be sure you use macOS 15 (Sequoia) or a more recent macOS version.
1212

13-
- To build and archive the package for AWS Lambda, you need to [install docker](https://docs.docker.com/desktop/install/mac-install/).
13+
- To build and archive your Lambda function, you need to [install docker](https://docs.docker.com/desktop/install/mac-install/).
1414

1515
- To deploy the Lambda function and invoke it, you must have [an AWS account](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-creating.html) and [install and configure the `aws` command line](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).
1616

17+
- Some examples are using [AWS SAM](https://aws.amazon.com/serverless/sam/). Install the [SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html) before deploying these examples.
18+
1719
## TL;DR
1820

1921
1. Create a new Swift executable project
@@ -89,7 +91,8 @@ The ZIP file is located at `.build/plugins/AWSLambdaPackager/outputs/AWSLambdaPa
8991

9092
5. Deploy to AWS
9193

92-
There are multiple ways to deploy to AWS (SAM, Terraform, CDK, Console) that are covered later in this doc.
94+
There are multiple ways to deploy to AWS ([SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html), [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started), [AWS Cloud Development Kit (CDK)](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html), [AWS Console](https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html)) that are covered later in this doc.
95+
9396
Here is how to deploy using the `aws` command line.
9497

9598
```bash

0 commit comments

Comments
 (0)