Skip to content

Commit fb2c003

Browse files
committed
fix readme
1 parent c05bbf7 commit fb2c003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apigw-rest-api-lambda-dotnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project contains source code and supporting files for a serverless application that you can deploy with the AWS SAM CLI. It includes the following files and folders.
44

5-
- hello_world - Code for the application's Lambda function.
5+
- src/hello_world - Code for the application's Lambda function.
66
- events - Invocation events that you can use to invoke the function.
77
- template.yaml - A template that defines the application's AWS resources.
88

@@ -56,7 +56,7 @@ You can find your API Gateway Endpoint URL in the output values displayed after
5656

5757
## Use the AWS SAM CLI to test locally
5858

59-
The SAM CLI installs dependencies defined in `hello_world/package.json`, creates a deployment package, and saves it in the `.aws-sam/build` folder.
59+
The SAM CLI installs dependencies defined in `src/HelloWorld.csproj`, creates a deployment package, and saves it in the `.aws-sam/build` folder.
6060

6161
Ypu can test a single function by invoking it directly with a test event. An event is a JSON document that represents the input that the function receives from the event source. Test events are included in the `events` folder in this project.
6262

0 commit comments

Comments
 (0)