Skip to content

Commit aa8511e

Browse files
committed
Merge branch 'master' of github.com:awsdocs/aws-lambda-developer-guide
2 parents 3c22cf7 + f7e51bc commit aa8511e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc_source/python-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ START RequestId: 1c8df7d3-xmpl-46da-9778-518e6eca8125 Version: $LATEST
180180
END RequestId: 1c8df7d3-xmpl-46da-9778-518e6eca8125
181181
REPORT RequestId: 1c8df7d3-xmpl-46da-9778-518e6eca8125 Duration: 2.75 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 56 MB Init Duration: 113.51 ms
182182
XRAY TraceId: 1-5e34a66a-474xmpl7c2534a87870b4370 SegmentId: 073cxmpl3e442861 Sampled: true
183-
```
183+
```

sample-apps/blank-csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The project source includes function code and supporting resources:
1111
Use the following instructions to deploy the sample application. For more information on the application's architecture and implementation, see [Managing Spot Instance Requests](https://docs.aws.amazon.com/lambda/latest/dg/services-ec2-tutorial.html) in the developer guide.
1212

1313
# Requirements
14-
- [.NET Core SDK 3.1](https://nodejs.org/en/download/releases/)
14+
- [.NET Core SDK 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1)
1515
- [AWS extensions for .NET CLI](https://github.com/aws/aws-extensions-for-dotnet-cli)
1616
- The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash.
1717
- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).

sample-apps/ec2-spot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The project source includes function code and supporting resources:
1111
Use the following instructions to deploy the sample application. For more information on the application's architecture and implementation, see [Managing Spot Instance Requests](https://docs.aws.amazon.com/lambda/latest/dg/services-ec2-tutorial.html) in the developer guide.
1212

1313
# Requirements
14-
- [.NET Core SDK 2.1](https://nodejs.org/en/download/releases/)
14+
- [.NET Core SDK 2.1](https://dotnet.microsoft.com/download/dotnet-core/2.1)
1515
- The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash.
1616
- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).
1717

0 commit comments

Comments
 (0)